- fix antipattern
This commit is contained in:
@@ -31,6 +31,7 @@ public partial class LeanderShiftPlannerMainWindow : Window
|
||||
InitializeComponent();
|
||||
|
||||
LoadData();
|
||||
CreateApiFile();
|
||||
|
||||
DeactivateView();
|
||||
ViewModePersons();
|
||||
@@ -44,6 +45,11 @@ public partial class LeanderShiftPlannerMainWindow : Window
|
||||
_appService.FilterService.Filters.CollectionChanged += FilterListChanged;
|
||||
}
|
||||
|
||||
private void CreateApiFile()
|
||||
{
|
||||
GoogleApiLoader.CheckFileSystem();
|
||||
}
|
||||
|
||||
// ------------------------------------------------------UI-Interactions------------------------------------------------------
|
||||
|
||||
private void ButtonAddPerson_Click(object? sender, RoutedEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user