Ejemplo n.º 1
0
        private void stockDetailsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CloseAll();

            frmStock fmstk = new frmStock();

            fmstk.MdiParent = this;
            fmstk.Show();
        }
Ejemplo n.º 2
0
        private void frmStock_Click(object sender, EventArgs e)
        {
            CloseAll();

            frmStock fmstk = new frmStock();

            fmstk.MdiParent = this.MdiParent;;
            fmstk.Show();
        }