Exemplo n.º 1
0
 public static void Clear()
 {
     _instance._results.Clear();
     IsolatedStorageHelper.Delete(_serializationPath);
 }
Exemplo n.º 2
0
 public static bool RemoveLicenseKey()
 {
     return(IsolatedStorageHelper.Delete(LICENSE_KEY_PATH));
 }