コード例 #1
0
ファイル: frmMain.cs プロジェクト: yugyesh/Store-Inventory
        private void addCategoryToolStripMenuItem_Click_1(object sender, EventArgs e)
        {
            frmCategory categoryForm = new frmCategory();

            categoryForm.ShowDialog();
            categoryForm.MdiParent = this;
        }
コード例 #2
0
ファイル: frmBrand.cs プロジェクト: yugyesh/Store-Inventory
        private void btnOpenCategory_Click(object sender, EventArgs e)
        {
            frmCategory categoryForm = new frmCategory();

            categoryForm.ShowDialog();
        }
コード例 #3
0
ファイル: frmBrand.cs プロジェクト: yugyesh/Store-Inventory
        private void incButton1_Click(object sender, EventArgs e)
        {
            frmCategory categoryForm = new frmCategory();

            categoryForm.ShowDialog();
        }