Пример #1
0
 private void Btn_imprimir_Click(object sender, EventArgs e)
 {
     Reportes.Form_ReportePresupuesto frm = new Reportes.Form_ReportePresupuesto(this);
     frm.MdiParent      = this.MdiParent;
     this.frmguarreport = frm;
     frm.Show();
     this.BotonesInhab();
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Frmpresupuesto"/> class.
 /// </summary>
 public Frmpresupuesto()
 {
     this.negocioPresupuesto = new Presupueston();
     this.negocioCuenta      = new Cuentan();
     this.negocioCentro      = new Centron();
     this.funtions           = new Funciones();
     this.frmguar            = new Form_VisualContable();
     this.frmguarreport      = new Form_ReportePresupuesto();
     this.InitializeComponent();
     this.AutoCompletar();
 }