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
WorkspacePage.xaml.cs
2
4
6
7public partial class WorkspacePage : Page
8{
9 public WorkspacePage(WorkspaceViewModel viewModel)
10 {
11 InitializeComponent();
12 DataContext = viewModel;
13 }
14}
ViewModel for the workspace, managing the current workspace folder, settings, and commands to load,...