selectetTournament without DateTime

This commit is contained in:
Natlinux81
2022-08-12 02:24:58 +02:00
parent 914631eaed
commit bfe404fbc7
6 changed files with 65 additions and 20 deletions

View File

@@ -15,5 +15,7 @@ namespace Apollon.WPF.ViewModels
{
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
}
protected virtual void Dispose() { }
}
}