Example #1
0
 protected override void OnClosing(System.ComponentModel.CancelEventArgs Args)
 {
     NotePad.SearchText = SearchText;
     NotePad.Find       = null;
     NotePad.Focus();
     base.OnClosing(Args);
 }
Example #2
0
 protected override void OnClosing(System.ComponentModel.CancelEventArgs Args)
 {
     NotePad.GoTO = null;
     NotePad.Focus();
     base.OnClosing(Args);
 }