Exemple #1
0
 public static void ClearData(Type pageType)
 {
     SettingsStore.Remove(pageType.ToString());
 }
 public static void Destroy()
 {
     SettingsStore.Remove(AuthSettingKey);
 }