Interface IController
The base controller class for all windows in the client application
The base implementation simply holds a reference to the window itself.
Derived interfaces should hold the controller functionality required for that windowNamespace: LemonEdge.Client.Core
Assembly: ClientCore.dll
Syntax
public interface IController
Properties
OwningWindow
The client application window ui this controller is designed to control
Declaration
IWindow OwningWindow { get; }
Property Value
Type | Description |
---|---|
IWindow |