Пример #1
0
        private void Btn_imprimir_Click(object sender, EventArgs e)
        {
            Form_ReporteTributario frm = new Form_ReporteTributario(this);

            this.frmreporguar = frm;
            frm.MdiParent     = this.MdiParent;
            frm.Show();
            this.BotonesInhab();
        }
Пример #2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="FrmTributario"/> class.
        /// </summary>
        public FrmTributario()
        {
            this.frmguar = new Form_VisualContable();

            this.frmreporguar = new Form_ReporteTributario();

            this.InitializeComponent();

            this.negociotributario = new tributariosn();

            this.negocioNits = new Nitsn();

            this.funtions = new Funciones();
        }