示例#1
0
        public static void Init(string conf_file)
        {
            _Instance = new ValueDictionary();

            _Instance.Load(conf_file);
        }
示例#2
0
 static ValueDictionary()
 {
     _Instance = null;
 }