Esempio n. 1
0
        private void productCategoryToolStripMenuItem_Click(object sender, EventArgs e)
        {
            fclsProductCategoryMaster fcls = new fclsProductCategoryMaster();

            fcls.MdiParent = this;
            fcls.Show();
        }
Esempio n. 2
0
 private void productCategoryToolStripMenuItem_Click(object sender, EventArgs e)
 {
     fclsProductCategoryMaster fcls = new fclsProductCategoryMaster();
     fcls.MdiParent = this;
     fcls.Show();
 }