public static AdkMetadata GetInstance() { if ( !Adk.Initialized ) { throw new InvalidOperationException( "ADK is not initialized" ); } if ( gSingleton == null ) { gSingleton = new AdkMetadata(); } return gSingleton; }
public static AdkMetadata GetInstance() { if (!Adk.Initialized) { throw new InvalidOperationException("ADK is not initialized"); } if (gSingleton == null) { gSingleton = new AdkMetadata(); } return(gSingleton); }