Retrieve the singleton instance of CartellaGlobalManager. This method will automatically create the instance if it does not yet exist.

Namespace: Cartella.Classes
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public static ICartellaGlobalManager Get()
Visual Basic
Public Shared Function Get As ICartellaGlobalManager
Visual C++
public:
static ICartellaGlobalManager^ Get()

Return Value

Singleton instance CartellaGlobalManager

See Also