Ejemplo n.º 1
0
 private void Save(MainWindowViewModel viewModel, PecaStarterModel model)
 {
     viewModel.UpdateModel();
     model.Save();
 }