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