Example #1
0
 /// <summary>
 /// Unloads and disposes of the SharedInstance.
 /// </summary>
 public static void Release()
 {
     sharedInstance.Dispose();
 }