Exemplo n.º 1
0
        private void danhMụcToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Hide();
            fCategory f = new fCategory();

            f.ShowDialog();
            this.Show();
        }
Exemplo n.º 2
0
 public fAddCategory(fCategory f)
 {
     InitializeComponent();
     fcategory = f;
 }
Exemplo n.º 3
0
 public editcategory(fCategory f)
 {
     InitializeComponent();
     fcategory = f;
 }
Exemplo n.º 4
0
        private void categoryToolStripMenuItem_Click(object sender, EventArgs e)
        {
            fCategory category = new fCategory();

            category.ShowDialog();
        }