Class SplashController
The controller for the ISplashScreen window
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Messages
Assembly: LemonEdge.ClientCore.dll
Syntax
public class SplashController : IController
Constructors
SplashController(ISplashScreen, IAutoUpdaterChecker)
Declaration
public SplashController(ISplashScreen window, IAutoUpdaterChecker autoUpdaterChecker)
Parameters
Type | Name | Description |
---|---|---|
ISplashScreen | window | |
IAutoUpdaterChecker | autoUpdaterChecker |
Properties
OwningWindow
The owning ISplashScreen window for this controller
Declaration
public IWindow OwningWindow { get; }
Property Value
Type | Description |
---|---|
IWindow |
Methods
GetCopyright()
Returns the standard copyright warning in full
Declaration
public string GetCopyright()
Returns
Type | Description |
---|---|
string | The standard copyright warning in full |
GetVersion()
Returns the current version of the application currently executing
Declaration
public string GetVersion()
Returns
Type | Description |
---|---|
string | The current version of the application currently executing |
GetWarning()
Returns the standard copyright and warning legal text
Declaration
public string GetWarning()
Returns
Type | Description |
---|---|
string | The standard copyright and warning legal text |