Example #1
0
 public void End()
 {
     this.typeSvc       = (ITypeDiscoveryService)null;
     this.host          = (IDesignerHost)null;
     this.editor        = (ScreenTipEditor)null;
     this.edSvc         = (IWindowsFormsEditorService)null;
     this.originalValue = (object)null;
     this.currentValue  = (IScreenTipContent)null;
 }
Example #2
0
 public void End()
 {
     this.typeSvc       = null;
     this.host          = null;
     this.editor        = null;
     this.edSvc         = null;
     this.originalValue = null;
     this.currentValue  = null;
     //this.chordConverter = null;
 }
Example #3
0
 public ScreenTipUI(ScreenTipEditor editor)
 {
     this.editor = editor;
     this.End();
     this.InitializeComponent();
 }