Beispiel #1
0
 private void btnExit_Click(object sender, EventArgs e)
 {
     ShutDownUtil.ShutDown();
 }
Beispiel #2
0
 private void FormProduct_FormClosing(object sender, FormClosingEventArgs e)
 {
     ShutDownUtil.ShutDown();
 }