Пример #1
0
        private void Btn_imprimirpyg_Click(object sender, EventArgs e)
        {
            Form_ReporteFormato frm = new Form_ReporteFormato(this, "2");

            this.frmreporguar = frm;
            frm.MdiParent     = this.MdiParent;
            frm.Show();
            this.BotonesInhab();
        }
Пример #2
0
 public Form_Formatos()
 {
     this.InitializeComponent();
     this.frmguar        = new Form_VisualContable();
     this.frmreporguar   = new Form_ReporteFormato();
     this.negocioFormato = new Formatosn();
     this.negocioCuenta  = new Cuentan();
     this.funtions       = new Funciones();
 }