Example #1
0
        private void tiposDeIVAToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FrmTipoIVA f = new FrmTipoIVA();

            f.MdiParent = this;
            f.Text      = "Tipo Iva";
            f.MdiParent = this;
            f.Show();
        }
Example #2
0
 private void tiposDeIVAToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FrmTipoIVA f = new FrmTipoIVA();
     f.MdiParent = this;
     f.Text = "Tipo Iva";
     f.MdiParent = this;
     f.Show();
 }