Ejemplo n.º 1
0
 public SeleccionBono(BD.Entidades.Paciente pac, BD.Entidades.Turno turno, Registro_Llegada registroLlegada)
 {
     this.pac             = pac;
     this.turno           = turno;
     this.registroLlegada = registroLlegada;
     InitializeComponent();
 }
Ejemplo n.º 2
0
 private void btRegistroLlegada_Click(object sender, EventArgs e)
 {
     Registro_Llegada.Registro_Llegada reg = new Registro_Llegada.Registro_Llegada(this);
     reg.Show();
     this.Hide();
 }