|
Vereinsmeisterschaften
22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
|
Interface for the main shell window of the application. More...
Public Member Functions | |
| 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. | |
Interface for the main shell window of the application.
Definition at line 8 of file IShellWindow.cs.
| void Vereinsmeisterschaften.Contracts.Views.IShellWindow.CloseWindow | ( | ) |
Closes the main shell window of the application.
Implemented in Vereinsmeisterschaften.Views.ShellWindow.
| Frame Vereinsmeisterschaften.Contracts.Views.IShellWindow.GetNavigationFrame | ( | ) |
Gets the navigation frame used for navigating between pages.
Implemented in Vereinsmeisterschaften.Views.ShellWindow.
| void Vereinsmeisterschaften.Contracts.Views.IShellWindow.ShowWindow | ( | ) |
Shows the main shell window of the application.
Implemented in Vereinsmeisterschaften.Views.ShellWindow.