コード例 #1
0
ファイル: Global.asax.cs プロジェクト: radtek/PecsSystem
 /// <summary>
 /// Application End
 /// </summary>
 protected void Application_End(object sender, EventArgs e)
 {
     WebUtility.ClearApplicationCaches();
 }