Update StundenViewModel.cs

This commit is contained in:
2024-10-21 19:01:12 +02:00
parent 550c131771
commit ce2c05f325

View File

@@ -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);