private static void Read() { _values = XMlUtil.Read(_file); if (_values == null) { _values = new Dictionary <string, string>(); } }
private static void Save() { XMlUtil.Save(_file, _values); }