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

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