Example #1
0
        private void btnVolver_Click(object sender, EventArgs e)
        {
            ComprasWF _tarea = new ComprasWF(razonSocial, cuit);

            _tarea.Show();
            Hide();
        }
Example #2
0
        private void btnVolver_Click(object sender, EventArgs e)
        {
            string    RazonSocial = this.razonSocial;
            string    cuit        = this.cuit;
            ComprasWF _tarea      = new ComprasWF(razonSocial, cuit);

            _tarea.Show();
            Hide();
        }