Skip to content

Commit

Permalink
* BudgetCategoriesViewModel.cs: view model changes
Browse files Browse the repository at this point in the history
* BudgetItem.cs:
* BudgetItemViewModel.cs:
* BudgetItemsViewModel.cs:
* BudgetCategoryViewModel.cs:
  • Loading branch information
echuck66 committed Feb 13, 2018
1 parent 2c8811b commit cb8a375
Show file tree
Hide file tree
Showing 5 changed files with 312 additions and 259 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public void AddNewBudgetCategory()
{
BudgetCategoryViewModel vm = new BudgetCategoryViewModel(this.dbFilePath);
vm.IsNew = true;

this.BudgetCategoryVMs.Add(vm);
OnCollectionChanged(this.BudgetCategoryVMs, NotifyCollectionChangedAction.Add);
}
Expand Down
Loading

0 comments on commit cb8a375

Please sign in to comment.