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