Click or drag to resize

DashboardGetInstance Method

This should always return a new Instance of this class

Namespace:  Crosser.Server.Modules.Controller
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public IInternalController GetInstance()

Return Value

Type: IInternalController
The IInternalController of this type
See Also