示例#1
0
 private void OnApplicationQuit()
 {
     if (http != null)
     {
         http.Dispose();
     }
 }