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

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