Interface ISplashScreenController
Namespace: LemonEdge.Client.UI.API.Windows
Assembly: LemonEdge.Client.UI.API.dll
Syntax
public interface ISplashScreenController : IController
Methods
GetCopyright()
Returns the standard copyright warning in full
Declaration
string GetCopyright()
Returns
Type | Description |
---|---|
string | The standard copyright warning in full |
GetVersion()
Returns the current version of the application currently executing
Declaration
string GetVersion()
Returns
Type | Description |
---|---|
string | The current version of the application currently executing |
GetWarning()
Returns the standard copyright and warning legal text
Declaration
string GetWarning()
Returns
Type | Description |
---|---|
string | The standard copyright and warning legal text |