Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Frmcentro"/> class.
 /// </summary>
 public Frmcentro()
 {
     this.frmguar      = new Form_VisualContable();
     this.frmreporguar = new Form_ReporteCentro();
     this.InitializeComponent();
     this.negociocentro = new Centron();
     this.funtions      = new Funciones();
 }
Пример #2
0
        private void Btn_imprimir_Click(object sender, EventArgs e)
        {
            Form_ReporteCentro frm = new Form_ReporteCentro(this);

            this.frmreporguar = frm;
            frm.MdiParent     = this.MdiParent;
            frm.Show();
            this.BotonesInhab();
        }