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