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