Add AppContext object, move platform features to AppContext

This commit is contained in:
John Lewin 2017-12-16 13:56:59 -08:00
parent 5e12f5ce93
commit 7b4020523e
6 changed files with 79 additions and 50 deletions

View file

@ -74,7 +74,7 @@ namespace MatterHackers.MatterControl
nextButton.Visible = true;
skipButton.Visible = false;
configureButton.Visible = false;
MatterControlApplication.Instance.ConfigureWifi();
AppContext.Platform.ConfigureWifi();
});
};