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
1
using
System.Windows.Controls
;
2
3
namespace
Vereinsmeisterschaften.Contracts.Views
;
4
8
public
interface
IShellWindow
9
{
14
Frame
GetNavigationFrame
();
15
19
void
ShowWindow
();
20
24
void
CloseWindow
();
25
}
Vereinsmeisterschaften.Contracts.Views.IShellWindow
Interface for the main shell window of the application.
Definition
IShellWindow.cs:9
Vereinsmeisterschaften.Contracts.Views.IShellWindow.ShowWindow
void ShowWindow()
Shows the main shell window of the application.
Vereinsmeisterschaften.Contracts.Views.IShellWindow.CloseWindow
void CloseWindow()
Closes the main shell window of the application.
Vereinsmeisterschaften.Contracts.Views.IShellWindow.GetNavigationFrame
Frame GetNavigationFrame()
Gets the navigation frame used for navigating between pages.
System.Windows.Controls
Definition
FrameExtensions.cs:1
Vereinsmeisterschaften.Contracts.Views
Definition
IShellWindow.cs:3
Vereinsmeisterschaften
Contracts
Views
IShellWindow.cs
Generated on Sun Feb 22 2026 13:06:13 for Vereinsmeisterschaften by
1.13.2