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();
 }
Exemple #2
0
 public Form_ReporteFormato(Form_Formatos form_Formatos, string tipo)
 {
     this.negocioCuenta  = new Cuentan();
     this.funtions       = new Funciones();
     this.negocioEmpresa = new Empresan();
     this.negocioFormato = new Formatosn();
     this.formFormatos   = form_Formatos;
     this.tipofor        = tipo;
     this.InitializeComponent();
     crystal_reportformato.ShowLogo = false;
     fecha_informecuenta.Focus();
 }