示例#1
0
 /// <summary>
 /// Method for handling when closing the form
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void OnExit(object sender, FormClosedEventArgs e)
 {
     theController.OnExit();
 }