Example #1
0
        private void addCategoryButton_Click(object sender, EventArgs e)
        {
            CategoryUi category1 = new CategoryUi();

            category1.MdiParent = this;
            category1.Hide();
            category1.Show();
        }
Example #2
0
        private void addCategotyButton_Click(object sender, EventArgs e)
        {
            CategoryUi category1 = new CategoryUi();

            category1.Show();
        }
Example #3
0
        private void addCategoryToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CategoryUi category1 = new CategoryUi();

            category1.Show();
        }