コード例 #1
0
 public Form_Inflacion()
 {
     this.InitializeComponent();
     this.negocioInflacion = new inflacionn();
     this.negocioParametro = new Parametrosn();
     this.funtions         = new Funciones();
     menu_botones.Focus();
     this.CargarAnio();
 }
コード例 #2
0
 public Form_AjusInflacion()
 {
     this.negocioComprobante = new Comprobantesn();
     this.negocioParametro   = new Parametrosn();
     this.negocioInflacion   = new inflacionn();
     this.negocioAsiento     = new asientosn();
     this.funtions           = new Funciones();
     this.Simsj = false;
     this.InitializeComponent();
     this.CargarMeses();
     this.CargarComprobantes();
 }