Esempio n. 1
0
 internal static void DestroyCaret(IntPtr handle)
 {
                 #if DriverDebug
     Console.WriteLine("DestroyCaret({0:X}): Called", handle.ToInt32());
                 #endif
     driver.DestroyCaret(handle);
 }
Esempio n. 2
0
 internal static void DestroyCaret(IntPtr handle)
 {
     DriverDebug("DestroyCaret ({0:X}): Called", handle.ToInt32());
     driver.DestroyCaret(handle);
 }