Beispiel #1
0
        private void alícuotasIVAToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmAlicuotasIva newMDIChild = new frmAlicuotasIva();

            newMDIChild.MdiParent = this;
            newMDIChild.Show();
        }
 private void alícuotasIVAToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmAlicuotasIva newMDIChild = new frmAlicuotasIva();
     newMDIChild.MdiParent = this;
     newMDIChild.Show();
 }