Exemplo n.º 1
0
 private void _cnUsuario_MensajeInformacion(object sender, CapaComun.Eventos.MensajeEventArgs e)
 {
     MessageBox.Show(e.Detalle, e.Titulo, MessageBoxButtons.OK, System.Windows.Forms.MessageBoxIcon.Information);
 }
Exemplo n.º 2
0
 private void _cn_MensajeAlerta(object sender, CapaComun.Eventos.MensajeEventArgs e)
 {
     MessageBox.Show(e.Detalle, e.Titulo, MessageBoxButtons.OK, System.Windows.Forms.MessageBoxIcon.Exclamation);
 }