Ejemplo n.º 1
0
        private void CategoryAddbutton_Click(object sender, EventArgs e)
        {
            AddOtherCategory addOtherCategory = new AddOtherCategory();

            addOtherCategory.ShowDialog();
        }
Ejemplo n.º 2
0
 private void CategoryAddbutton_Click(object sender, EventArgs e)
 {
     AddOtherCategory addOtherCategory=new AddOtherCategory();
     addOtherCategory.ShowDialog();
 }