Esempio n. 1
0
        private void btnBuscarArticulo_Click(object sender, EventArgs e)
        {
            frmVistaProductoIngreso vistaArticulo = new frmVistaProductoIngreso();

            vistaArticulo.lblBanderaCierre.Text = "0";
            vistaArticulo.ShowDialog();
            this.txtCantidad.Select();
        }
Esempio n. 2
0
 public frmVistaProductoIngreso()
 {
     InitializeComponent();
     frmVistaProductoIngreso.f1 = this;
 }