Hookup Add New Printer action

This commit is contained in:
John Lewin 2016-04-29 15:29:31 -07:00
parent ce3144251e
commit 6d7fd10c0a

View file

@ -29,7 +29,9 @@ either expressed or implied, of the FreeBSD Project.
using MatterHackers.Agg.ImageProcessing;
using MatterHackers.Agg.PlatformAbstract;
using MatterHackers.Agg.UI;
using MatterHackers.Localizations;
using MatterHackers.MatterControl.PrinterControls.PrinterConnections;
using MatterHackers.MatterControl.SlicerConfiguration;
namespace MatterHackers.MatterControl
@ -62,7 +64,7 @@ namespace MatterHackers.MatterControl
}
else if(this.SelectedValue == "new")
{
int a = 0;
UiThread.RunOnIdle(ConnectionWizard.Show);
}
};
}