コード例 #1
0
ファイル: Download_Main.cs プロジェクト: 24/source_04
 private static void ApplicationExit()
 {
     //cTrace.Trace("Exit in progress");
     gAppParameters.Save();
     if (gCon != null)
     {
         gCon.Close();
     }
     WindowsApp.RunControlApplicationExit();
 }