示例#1
0
        ///////////////////////////////////////////////////////////////////////
        private void Test_GetDeviceInfo()
        {
            //Console.WriteLine("DeviceInfo: " + CWintabInfo.GetDeviceInfo() + "\n");
            string devInfo = CWintabInfo.GetDeviceInfo();

            Console.WriteLine("DeviceInfo: " + devInfo + "\n");
        }
示例#2
0
文件: TestForm.cs 项目: vvvv/WintabDN
        ///////////////////////////////////////////////////////////////////////
        private void Test_GetDeviceInfo()
        {
            //TraceMsg("DeviceInfo: " + CWintabInfo.GetDeviceInfo() + "\n");
            string devInfo = CWintabInfo.GetDeviceInfo();

            TraceMsg("DeviceInfo: " + devInfo + "\n");
        }
示例#3
0
 private void Test_GetDeviceInfo()
 {
     string devInfo = CWintabInfo.GetDeviceInfo();
 }