Add AppContext object, move platform features to AppContext
This commit is contained in:
parent
5e12f5ce93
commit
7b4020523e
6 changed files with 79 additions and 50 deletions
|
|
@ -74,7 +74,7 @@ namespace MatterHackers.MatterControl
|
|||
nextButton.Visible = true;
|
||||
skipButton.Visible = false;
|
||||
configureButton.Visible = false;
|
||||
MatterControlApplication.Instance.ConfigureWifi();
|
||||
AppContext.Platform.ConfigureWifi();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue