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
IShellWindow.cs
2
4
8public interface IShellWindow
9{
15
19 void ShowWindow();
20
25}
Interface for the main shell window of the application.
void ShowWindow()
Shows the main shell window of the application.
void CloseWindow()
Closes the main shell window of the application.
Frame GetNavigationFrame()
Gets the navigation frame used for navigating between pages.