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

            categoryForm.ShowDialog();
        }