Ejemplo n.º 1
0
        public static void Init(string conf_file)
        {
            _Instance = new ValueDictionary();

            _Instance.Load(conf_file);
        }
Ejemplo n.º 2
0
 static ValueDictionary()
 {
     _Instance = null;
 }