コード例 #1
0
 protected override void OnClosing(System.ComponentModel.CancelEventArgs Args)
 {
     NotePad.SearchText = SearchText;
     NotePad.Find       = null;
     NotePad.Focus();
     base.OnClosing(Args);
 }
コード例 #2
0
ファイル: GoTo.cs プロジェクト: kansiris/TextPad
 protected override void OnClosing(System.ComponentModel.CancelEventArgs Args)
 {
     NotePad.GoTO = null;
     NotePad.Focus();
     base.OnClosing(Args);
 }