clean up a bit

This commit is contained in:
Natlinux81
2022-08-17 01:36:42 +02:00
parent 4531f31658
commit b10a792aad
15 changed files with 80 additions and 56 deletions

View File

@@ -39,7 +39,7 @@ namespace Apollon.WPF.ViewModels
}
private string _category;
public string Category
public string Competition
{
get
{
@@ -48,7 +48,7 @@ namespace Apollon.WPF.ViewModels
set
{
_category = value;
OnPropertyChanged(nameof(Category));
OnPropertyChanged(nameof(Competition));
}
}