コード例 #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();
 }