Пример #1
0
 private void SaveExecute(Window w)
 {
     _settings.RefreshData(_worldData.Values.First(x => x.Name == CurrWorldName));
     _sm.Save(_settings);
     if (w != null)
     {
         w.Close();
     }
 }