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

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