Пример #1
0
 static ChineseWordSplitter()
 {
     sb      = new StringBuilder();
     _wcount = 0;
     try
     {
         _s = new SeriableObject <HashSet <string> >("ChineseWordSet.LoginWordSet", () => new HashSet <string>(), true, false, true);
         SetWordDatas(_s.Data);
     }
     catch (Exception e)
     {
         Log.Exception(e);
     }
 }
Пример #2
0
 public static void EndApp()
 {
     Params.IsAppClosing = true;
     SeriableObject.DealAppClose();
     NoReEnterTimer.IsAppClosed = true;
 }