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

            _tarea.Show();
            Hide();
        }
Esempio n. 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();
        }