Change typename to reflect new shared platform role

This commit is contained in:
John Lewin 2017-12-18 17:27:28 -08:00
parent 6441cc92bd
commit 5bbe550539
6 changed files with 7 additions and 7 deletions

View file

@ -50,7 +50,7 @@ namespace MatterHackers.MatterControl
// Get startup bounds from MatterControl and construct system window
//var systemWindow = new DesktopMainWindow(400, 200)
var (width, height) = DesktopRootSystemWindow.GetStartupBounds();
var (width, height) = RootSystemWindow.GetStartupBounds();
Application.LoadRootWindow(width, height);
}