Example #1
0
 /// <summary>
 /// Removes key and its corresponding value from the persistent data storage.
 /// </summary>
 /// <param name="key">Key.</param>
 public static void DeleteKey(string key)
 {
     StoringSystem.DeleteKey(key);
 }