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
Vereinsmeisterschaften.Contracts.Views.IShellWindow Interface Reference

Interface for the main shell window of the application. More...

Inheritance diagram for Vereinsmeisterschaften.Contracts.Views.IShellWindow:
Vereinsmeisterschaften.Views.ShellWindow

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.
 

Detailed Description

Interface for the main shell window of the application.

Definition at line 8 of file IShellWindow.cs.

Member Function Documentation

◆ CloseWindow()

void Vereinsmeisterschaften.Contracts.Views.IShellWindow.CloseWindow ( )

Closes the main shell window of the application.

Implemented in Vereinsmeisterschaften.Views.ShellWindow.

◆ GetNavigationFrame()

Frame Vereinsmeisterschaften.Contracts.Views.IShellWindow.GetNavigationFrame ( )

Gets the navigation frame used for navigating between pages.

Returns
Frame

Implemented in Vereinsmeisterschaften.Views.ShellWindow.

◆ ShowWindow()

void Vereinsmeisterschaften.Contracts.Views.IShellWindow.ShowWindow ( )

Shows the main shell window of the application.

Implemented in Vereinsmeisterschaften.Views.ShellWindow.


The documentation for this interface was generated from the following file: