예제 #1
0
파일: Application.cs 프로젝트: wesreid/xwt
 /// <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();
 }