public static void Reset()
 {
     LiteDevelopApplication.Current.EnsureAppDataDirectoryIsCreated();
     LiteDevelopSettings.Default.CopyTo(Instance = new LiteDevelopSettings());
     Instance.Save();
 }
 public static void Reset()
 {
     LiteDevelopApplication.Current.EnsureAppDataDirectoryIsCreated();
     LiteDevelopSettings.Default.CopyTo(Instance = new LiteDevelopSettings());
     Instance.Save();
 }