예제 #1
0
 internal static int ClipboardGetID(IntPtr handle, string format)
 {
                 #if DriverDebug
     Console.WriteLine("ClipboardGetID({0:X}, {1}): Called", handle.ToInt32(), format);
                 #endif
     return(driver.ClipboardGetID(handle, format));
 }
예제 #2
0
 internal static int ClipboardGetID(IntPtr handle, string format)
 {
     DriverDebug("ClipboardGetID ({0:X}, {1}): Called", handle.ToInt32(), format);
     return(driver.ClipboardGetID(handle, format));
 }