Ejemplo n.º 1
0
        public void cargar_Prdocuto_admin()
        {
            Producto_Admin pro = new Producto_Admin();

            pro.ShowDialog();
            if (cerrar_ventana_producto_admin == false)
            {
                cerrar_ventana_producto_admin = true;
                cargar_Prdocuto_admin();
            }
        }
Ejemplo n.º 2
0
        public void cargar_Prdocuto_admin()
        {
            Producto_Admin pro = new Producto_Admin();

            pro.ShowDialog();
            if (cerrar_ventana_producto_admin == false)
            {
                cerrar_ventana_producto_admin = true;
                cargar_Prdocuto_admin();

            }
        }
Ejemplo n.º 3
0
 private void button7_Click(object sender, EventArgs e)
 {
     try
     {
         Producto_Admin p = new Producto_Admin(2);
         p.ShowDialog();
     }
     catch (Exception ex)
     {
         Ventana_Error ve = new Ventana_Error(ex);
         ve.ShowDialog();
     }
 }
 private void btn_ver_productos_Click_1(object sender, EventArgs e)
 {
     Producto_Admin pa = new Producto_Admin(true);
     pa.ShowDialog();
 }
Ejemplo n.º 5
0
        private void btn_ver_productos_Click_1(object sender, EventArgs e)
        {
            Producto_Admin pa = new Producto_Admin(true);

            pa.ShowDialog();
        }
Ejemplo n.º 6
0
        private void button7_Click(object sender, EventArgs e)
        {
            try
            {
                Producto_Admin p = new Producto_Admin(2);
                p.ShowDialog();
            }
            catch (Exception ex)
            {
                Ventana_Error ve = new Ventana_Error(ex);
                ve.ShowDialog();

            }
        }