コード例 #1
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();
 }
コード例 #2
0
 public Form_ReportePresupuesto(Frmpresupuesto frm_presupuesto)
 {
     this.negocioPresupuesto = new Presupueston();
     this.negocioEmpresa     = new Empresan();
     this.negocioCuenta      = new Cuentan();
     this.negocioCentro      = new Centron();
     this.funtions           = new Funciones();
     this.frmpresupuesto     = frm_presupuesto;
     this.InitializeComponent();
     crystal_Presupuesto.ShowLogo = false;
 }