예제 #1
0
 public static bool Open(IntPtr hWndNewOwner = default)
 {
     return(ClipboardNative.OpenClipboard(hWndNewOwner));
 }