fix load game OnInitialized and OnParametersSet
This commit is contained in:
parent
9f53aa0b04
commit
65df43ed23
|
|
@ -458,6 +458,7 @@ else
|
|||
Dispatcher.Dispatch(new LoadAvailablePersonsAction());
|
||||
Dispatcher.Dispatch(new LoadDayExpensesAction(DayId));
|
||||
Dispatcher.Dispatch(new LoadAvailableExpensesAction());
|
||||
Dispatcher.Dispatch(new LoadActiveGameAction(DayId));
|
||||
}
|
||||
|
||||
protected override void OnParametersSet()
|
||||
|
|
@ -467,6 +468,7 @@ else
|
|||
{
|
||||
Dispatcher.Dispatch(new LoadDayDetailsAction(DayId));
|
||||
Dispatcher.Dispatch(new LoadDayExpensesAction(DayId));
|
||||
Dispatcher.Dispatch(new LoadActiveGameAction(DayId));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue