Exemplo n.º 1
0
 public void Unload()
 {
     _settings.LastCompiledGame = SelectedGame.Game;
     ModlistSettings?.Save();
 }
Exemplo n.º 2
0
 public void Unload()
 {
     _settings.DownloadLocation            = DownloadLocation.TargetPath;
     _settings.LastCompiledProfileLocation = ModListLocation.TargetPath;
     ModlistSettings?.Save();
 }