Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Frmnits"/> class.
 /// </summary>
 public Frmnits()
 {
     this.negocioNit        = new Nitsn();
     this.negocioTipos      = new Tiponitn();
     this.negociosUbicacion = new Ubicacionn();
     this.funtions          = new Funciones();
     this.frmguar           = new Form_VisualContable();
     this.frmreporguar      = new Form_ReporteNits();
     this.InitializeComponent();
 }
Ejemplo n.º 2
0
 public Frmnits(string tipof, string nit, Form_Asientos form_Asientos)
 {
     // TODO: Complete member initialization
     this.tipoform          = tipof;
     this.form_Asientos     = form_Asientos;
     this.negocioNit        = new Nitsn();
     this.negocioTipos      = new Tiponitn();
     this.negociosUbicacion = new Ubicacionn();
     this.funtions          = new Funciones();
     this.InitializeComponent();
     this.AgregarOtro(nit);
 }