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