Method | Description | |
---|---|---|
ResetTimer ( ) : void |
Helper method to reset the timer
|
|
StartTimer ( ) : void |
Helper method to start the timer
|
|
StopTimer ( ) : void |
Helper method to stop the timer
|
|
TopWindow ( ) : System |
Default constructor.
|
|
popAll ( ) : void |
pop all the screen on the stack => show the Home Screen
|
|
popScreen ( ) : void |
pop a screen
|
|
pushScreen ( |
push the given screen into the stack
|
|
pushScreenOnStack ( |
push the given screen into the screen stack
|
Method | Description | |
---|---|---|
OnClosed ( |
Occurs when the window is about to close.
|
Method | Description | |
---|---|---|
AddWindowAvailabilityHandlers ( ) : void |
Adds handlers for window availability events.
|
|
OnWindowInteractive ( object sender, |
This is called when the user can interact with the application's window.
|
|
OnWindowNoninteractive ( object sender, |
This is called when the user can see but not interact with the application's window.
|
|
OnWindowUnavailable ( object sender, |
This is called when the application's window is not visible or interactive.
|
|
RemoveWindowAvailabilityHandlers ( ) : void |
Removes handlers for window availability events.
|
|
inavtiveTimer_Tick ( object sender, |
protected OnClosed ( |
||
e | ||
return | void |
public pushScreenOnStack ( |
||
nextScreen | ||
buttons | String | |
colour | Color | |
content | System.Windows.Controls.UserControl | |
Subtitle | String | |
return | void |