Match management view
This commit is contained in:
@@ -59,6 +59,15 @@ public partial class MainViewModel : ViewModelBase
|
||||
Title = "Tournament Management";
|
||||
await tournamentsVm.LoadTournaments();
|
||||
}
|
||||
|
||||
[RelayCommand]
|
||||
private async Task NavigateToMatches()
|
||||
{
|
||||
var matchesVm = new MatchesViewModel();
|
||||
CurrentView = matchesVm;
|
||||
Title = "Match Management";
|
||||
await matchesVm.LoadEvents();
|
||||
}
|
||||
}
|
||||
|
||||
public partial class HomeViewModel : ViewModelBase
|
||||
|
||||
Reference in New Issue
Block a user