Migrate SettingsProfile functionality to new SettingsHelpers type
- Add as child property of settings scope, ready for merge of types - Progress on Issue #1113
This commit is contained in:
parent
5012556dbc
commit
f304e9f3d6
34 changed files with 432 additions and 464 deletions
|
|
@ -140,7 +140,7 @@ namespace MatterHackers.MatterControl.DataStorage.ClassicDB
|
|||
layeredProfile.DocumentVersion = PrinterSettings.LatestVersion;
|
||||
|
||||
var settingsProfile = new SettingsProfile(layeredProfile);
|
||||
settingsProfile.SetComPort(printer.ComPort);
|
||||
settingsProfile.Helpers.SetComPort(printer.ComPort);
|
||||
|
||||
settingsProfile.SaveChanges();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue