Changed main application to MVC. UI rework (Configuration Page esp. in progress).

This commit is contained in:
Kevin Pope 2014-09-19 19:17:12 -07:00
parent e02655f847
commit bdef196434
29 changed files with 1301 additions and 354 deletions

View file

@ -84,7 +84,7 @@ namespace MatterHackers.MatterControl
protected void ReloadMacros(object sender, EventArgs e)
{
ApplicationWidget.Instance.ReloadAdvancedControlsPanel();
ApplicationController.Instance.ReloadAdvancedControlsPanel();
}