Exemplo n.º 1
0
 public void Registrar()
 {
     this.inscripcion.InscripcionID = inscripcion.Registrar();
     if (this.inscripcion.InscripcionID > 0)
     {
     }
     {
         MessageBox.Show("Registro creado correctamente", "Mensaje", MessageBoxButtons.OK, MessageBoxIcon.Information);
         this.inscripcion = this.inscripcion.Deatlle();
         this.Refrescar();
     }
 }