Update StundenViewModel.cs
This commit is contained in:
@@ -156,7 +156,7 @@ internal class StundenViewModel : ObservableObject, IQueryAttributable, INotifyP
|
||||
public StundenViewModel() {
|
||||
_hour = new Hours();
|
||||
//LoadSettingsAsync();
|
||||
|
||||
HoursBase.tokendata = new TokenData(HoursBase.apiKey);
|
||||
LoadDataCommand = new AsyncRelayCommand(LoadData);
|
||||
NewEntryCommand = new AsyncRelayCommand(NewEntryAsync);
|
||||
SelectEntryCommand = new AsyncRelayCommand<DayTime>(SelectEntryAsync);
|
||||
|
||||
Reference in New Issue
Block a user