示例#1
0
 /// <summary>
 /// Called once per lifetime of the application before the application is unloaded.
 /// </summary>
 protected void Application_End(object sender, EventArgs e)
 {
     UnityHelper.CleanUp();
 }