示例#1
0
 private void toolStripButtonCancelar_Click(object sender, EventArgs e)
 {
     _usuarioBL.CancelarCambios();
     DeshabilitarHabilitarBotones(true);
 }