Пример #1
0
        private void btnFactura_Click(object sender, EventArgs e)
        {
            FrmDocVenta A = new FrmDocVenta();

            A.aCodUsuario = lblCodigo.Text;
            Abrir_Formulario_En_Panel(A);
        }
Пример #2
0
        private void BtnDocVenta_Click(object sender, EventArgs e)
        {
            FrmDocVenta Ventitas = new FrmDocVenta();

            Ventitas.ShowDialog();
        }