|
Vereinsmeisterschaften
22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
|
Public Member Functions | |
| ShellWindow (ShellViewModel viewModel) | |
| Frame | GetNavigationFrame () |
| Gets the navigation frame used for navigating between pages. | |
| void | ShowWindow () |
| Shows the main shell window of the application. | |
| void | CloseWindow () |
| Closes the main shell window of the application. | |
Definition at line 10 of file ShellWindow.xaml.cs.
| Vereinsmeisterschaften.Views.ShellWindow.ShellWindow | ( | ShellViewModel | viewModel | ) |
Definition at line 12 of file ShellWindow.xaml.cs.
| void Vereinsmeisterschaften.Views.ShellWindow.CloseWindow | ( | ) |
Closes the main shell window of the application.
Implements Vereinsmeisterschaften.Contracts.Views.IShellWindow.
| Frame Vereinsmeisterschaften.Views.ShellWindow.GetNavigationFrame | ( | ) |
Gets the navigation frame used for navigating between pages.
Implements Vereinsmeisterschaften.Contracts.Views.IShellWindow.
| void Vereinsmeisterschaften.Views.ShellWindow.ShowWindow | ( | ) |
Shows the main shell window of the application.
Implements Vereinsmeisterschaften.Contracts.Views.IShellWindow.