Example #1
0
 /// <summary>
 /// Releases all resource used by the application
 /// </summary>
 /// <remarks>This method must be called before the application process ends</remarks>
 public static void Dispose()
 {
     ResourceManager.Dispose();
     Toolkit.DisposeAll();
 }