コード例 #1
0
 void Application_EndRequest(object sender, EventArgs e)
 {
     GeneralManager.Dispose();
 }
コード例 #2
0
 /// <summary>
 /// Handles the End event of the Application control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
 /// <remarks></remarks>
 protected void Application_End(object sender, EventArgs e)
 {
     GeneralManager.Dispose();
 }