Getting more tests to pass

Down to 7 failing tests.
This commit is contained in:
Lars Brubaker 2016-08-01 17:21:31 -07:00
parent 472b26ac34
commit dc22e6b788
18 changed files with 159 additions and 259 deletions

View file

@ -53,6 +53,8 @@ namespace MatterHackers.MatterControl
{
Rebuild();
this.Name = "Printers... Menu";
this.SelectionChanged += (s, e) =>
{
string printerID = this.SelectedValue;