예제 #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();
 }