Skip to content

Instantly share code, notes, and snippets.

@peyangu
Created March 15, 2017 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peyangu/48e4c44436e52621b7f70e8e3e288edd to your computer and use it in GitHub Desktop.
Save peyangu/48e4c44436e52621b7f70e8e3e288edd to your computer and use it in GitHub Desktop.
既存のOnClosingメソッド
protected override void OnClosing(CancelEventArgs e)
{
base.OnClosing(e);
// 何か処理追加
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment