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