Vereinsmeisterschaften  22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
Loading...
Searching...
No Matches
ResultsPage.xaml.cs
2
4
6
7public partial class ResultsPage : Page
8{
9 public ResultsPage(ResultsViewModel viewModel)
10 {
11 InitializeComponent();
12 DataContext = viewModel;
13 }
14}
ViewModel for the results page, showing the sorted persons based on their scores.