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