예제 #1
0
 internal static void ClipboardStore(IntPtr handle, object obj, int type, XplatUI.ObjectToClipboard converter)
 {
                 #if DriverDebug
     Console.WriteLine("ClipboardStore({0:X}, {1}, {2}): Called", handle.ToInt32(), obj, type, converter);
                 #endif
     driver.ClipboardStore(handle, obj, type, converter);
 }
예제 #2
0
 internal static void ClipboardStore(IntPtr handle, object obj, int type, XplatUI.ObjectToClipboard converter, bool copy)
 {
     DriverDebug("ClipboardStore ({0:X}, {1}, {2}, {3}, {4}): Called", handle.ToInt32(), obj, type, converter, copy);
     driver.ClipboardStore(handle, obj, type, converter, copy);
 }