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

            Console.WriteLine("DeviceInfo: " + devInfo + "\n");
        }
Ejemplo n.º 2
0
        ///////////////////////////////////////////////////////////////////////
        private void Test_GetDeviceInfo()
        {
            //TraceMsg("DeviceInfo: " + CWintabInfo.GetDeviceInfo() + "\n");
            string devInfo = CWintabInfo.GetDeviceInfo();

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