Ejemplo n.º 1
0
 public IngresoDeDiagnosticos(MenuPrincipal menu, RegResAtencionForm sender, ref string[] diag)
 {
     InitializeComponent();
     menuPpal       = menu;
     menAnt         = sender;
     menAnt.Visible = false;
     this.Visible   = true;
     diagnosticos   = diag;
 }
Ejemplo n.º 2
0
 public IngresoDeSintomas(MenuPrincipal menppal, RegResAtencionForm menAnt, ref string[] sint)
 {
     InitializeComponent();
     menuPpal             = menppal;
     sintomas             = sint;
     menuAnterior         = menAnt;
     menuAnterior.Visible = false;
     this.Visible         = true;
 }