예제 #1
0
 internal static void DestroyWindow(IntPtr handle)
 {
                 #if DriverDebug || DriverDebugDestroy
     Console.WriteLine("DestroyWindow({0}): Called", Window(handle));
                 #endif
     driver.DestroyWindow(handle);
 }
예제 #2
0
 internal static void DestroyWindow(IntPtr handle)
 {
     DriverDebug("DestroyWindow ({0}): Called", Window(handle));
     driver.DestroyWindow(handle);
 }