//当程序关闭时执行
 public static void ApplicationExit()
 {
     SQLiteClient.CloseConnect();
 }