 | InfoControllerGetInfoController method |
Returns the static property of the nestet class NestedInstance (as IInfoController),
which in turn calls the private constructor if no instance exists yet.
Namespace: NetEti.ApplicationControlAssembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic static InfoController GetInfoController()
Public Shared Function GetInfoController As InfoController
public:
static InfoController^ GetInfoController()
static member GetInfoController : unit -> InfoController
Return value
InfoControllerThe (only) valid instance of InfoController
See also