Beispiel #1
0
 public Window()
 {
     this.CreateHandle(new CreateParams());
     this._clipboardViewerNext = Win32Helper.SetClipboardViewer(this.Handle);
 }