Revise new hosting model

This commit is contained in:
John Lewin 2017-10-05 16:31:31 -07:00
parent 5eff5d7277
commit c51e779bdc
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit cf045498b3feb54722745f9627502256b5159dbb
Subproject commit 87864a15e3438b833c5f9df1a1aa44009fa25f76

View file

@ -2,7 +2,8 @@
"ProviderTypes": {
"OsInformationProvider": "MatterHackers.Agg.Platform.WinformsInformationProvider, agg_platform_win32",
"DialogProvider": "MatterHackers.Agg.Platform.WinformsFileDialogProvider, agg_platform_win32",
"SystemWindowProvider": "MatterHackers.Agg.UI.OpenGLSystemWindow, agg_platform_win32",
"SystemWindow": "MatterHackers.Agg.UI.OpenGLSystemWindow, agg_platform_win32",
"SystemWindowProvider": "MatterHackers.Agg.UI.WinformsSystemWindowProvider, agg_platform_win32",
"ImageIOProvider": "MatterHackers.Agg.Image.ImageIOWindowsPlugin, agg_platform_win32",
"StaticDataProvider": "MatterHackers.Agg.FileSystemStaticData, agg_platform_win32"
}