Example #1
0
        private static Dictionary <string, List <string> > msgDictionary = new Dictionary <string, List <string> >(); //消息历史
        #endregion

        public static void initKeyWords()
        {
            try
            {
                string sqlCmd = " select * from pno_keyword ";
                keywords = DBHelpSql.Query(sqlCmd).Tables[0];
            }
            catch (Exception) { }
        }