Beispiel #1
0
        private void artículosItemsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmArticulosItems newMDIChild = new frmArticulosItems();

            newMDIChild.MdiParent = this;
            newMDIChild.Show();
        }
 private void artículosItemsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmArticulosItems newMDIChild = new frmArticulosItems();
     newMDIChild.MdiParent = this;
     newMDIChild.Show();
 }
Beispiel #3
0
        private void btnItem_Click(object sender, EventArgs e)
        {
            frmArticulosItems frm = new frmArticulosItems();

            frm.Show();
        }
 private void btnItem_Click(object sender, EventArgs e)
 {
     frmArticulosItems frm = new frmArticulosItems();
     frm.Show();
 }