Exemplo n.º 1
0
 public FormManStatus()
 {
     InitializeComponent();
     acceso = new AccesoADatos(Application.StartupPath);
     img    = pictureBox1;
     imagen = new ImagenProceso(img, this);
     imagen.fin_espere();
 }
Exemplo n.º 2
0
 public ResoluciónDelExpediente(FormRegistro f, string pais)
 {
     InitializeComponent();
     frm    = f;
     img    = pictureBox1;
     imagen = new ImagenProceso(img, this);
     imagen.fin_espere();
     this.pais = pais;
 }
Exemplo n.º 3
0
 public FormAdmin(int usr)
 {
     InitializeComponent();
     usuario = usr;
     acceso  = new AccesoADatos(Application.StartupPath);
     img     = pictureBox1;
     imagen  = new ImagenProceso(img, this);
     imagen.fin_espere();
 }
Exemplo n.º 4
0
 public FormMedio(int usr, string per, string pa)
 {
     InitializeComponent();
     img    = pictureBox1;
     imagen = new ImagenProceso(img, this);
     imagen.fin_espere();
     usuario = usr;
     periodo = per;
     pais    = pa;
     acceso.accesapais(Application.StartupPath, periodo, pais);
 }
Exemplo n.º 5
0
 public FormListaRegistro(FormRegistro f, string per, string pa)
 {
     InitializeComponent();
     periodo = per;
     pais    = pa;
     padre   = f;
     img     = pictureBox1;
     imagen  = new ImagenProceso(img, this);
     imagen.fin_espere();
     filtro = "";
 }
Exemplo n.º 6
0
        public FormEstadis()
        {
            InitializeComponent();
            img    = pictureBox1;
            imagen = new ImagenProceso(img, this);
            imagen.fin_espere();

            /*usuario = usr;
             * periodo = per;
             * pais = pa;
             * acceso.accesapais(Application.StartupPath, periodo, pais);*/
        }