Example #1
0
 void addNewCategory(string category)
 {
     if (dbController.createCategory(category))
     {
         scroll.loadCategoryList();
         Close();
     }
 }