Exemplo n.º 1
0
 public void PushGoalWindow(Void input = null)
 {
     Runtime.TempGoalModel = DataQueries.GetGoalModel(FileData.GoalModels, Runtime.SelectedTime);
     Manager.Push(WINDOW.EDIT_GOAL);
 }
Exemplo n.º 2
0
 public void PushEditExpenseWindow(int input)
 {
     Runtime.TempExpenseModel = DataQueries.GetExpenseModel(FileData.ExpenseModels, input);
     Manager.Push(WINDOW.EXPENSE);
 }