Beispiel #1
0
 public void Delete(string section, string key)
 {
     if (m_serialized.ContainsKey(section))
     {
         StorageKey sk = m_serialized[section];
         sk.Delete(key);
     }
 }