예제 #1
0
        private void Btn_ordenadonombre_Click(object sender, EventArgs e)
        {
            Form_ReporteNits frm = new Form_ReporteNits(this, "nombre");

            this.frmreporguar = frm;
            frm.MdiParent     = this.MdiParent;
            frm.Show();
            this.BotonesInhab();
        }
예제 #2
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();
 }