Example #1
0
 private void btnQuit_Click(object sender, EventArgs e)
 {
     if (MessageUtil.Confirmation("¿Desea cerrar el programa?"))
     {
         this.Close();
     }
 }