Merge branch 'main' of https://github.com/dauni/Jugenddienst-Stunden
This commit is contained in:
@@ -45,6 +45,7 @@ namespace Jugenddienst_Stunden.ViewModels {
|
||||
|
||||
public ObservableCollection<string> Options { get; }
|
||||
public ObservableCollection<string> OptionsProjekt { get; }
|
||||
public ObservableCollection<string> OptionsFreistellung { get; }
|
||||
private string selectedOption;
|
||||
public string SelectedOption {
|
||||
get => selectedOption;
|
||||
@@ -63,12 +64,18 @@ namespace Jugenddienst_Stunden.ViewModels {
|
||||
Options = new ObservableCollection<string> {
|
||||
"Gemeinde 1",
|
||||
"Gemeinde 2",
|
||||
"Gemeinde 3"
|
||||
"Gemeinde 3",
|
||||
"Gemeinde 4"
|
||||
};
|
||||
OptionsProjekt = new ObservableCollection<string> {
|
||||
"Projekt 1",
|
||||
"Projekt 2",
|
||||
"Projekt 3"
|
||||
};
|
||||
OptionsFreistellung = new ObservableCollection<string> {
|
||||
"Urlaub",
|
||||
"Krankheit",
|
||||
"Elternzeit"
|
||||
};
|
||||
_hour = new Models.Hours();
|
||||
LoadDataCommand = new AsyncRelayCommand(LoadData);
|
||||
|
||||
Reference in New Issue
Block a user