Example #1
0
 private void CreateWindow()
 {
     this.BeginInit();
     this.EndInit();
     this.hwndWrapper = new DockPreviewWindow.DockPreviewHwndWrapper(this);
     this.UpdateOpacity();
 }
Example #2
0
 public void Dispose()
 {
     if (this.hwndWrapper == null)
     {
         return;
     }
     this.hwndWrapper.Dispose();
     this.hwndWrapper = (DockPreviewWindow.DockPreviewHwndWrapper)null;
 }