Example #1
0
 protected override void OnClosing(CancelEventArgs e)
 {
     _mainManager.ClosingApplication();
     base.OnClosing(e);
 }