Fix touchscreen build breaks

This commit is contained in:
John Lewin 2017-08-20 13:23:36 -07:00
parent c1dab405fe
commit ea28bb7999
7 changed files with 13 additions and 8 deletions

View file

@ -36,6 +36,7 @@ using MatterHackers.Agg.VertexSource;
using MatterHackers.Localizations;
using MatterHackers.MatterControl.PrinterCommunication;
using MatterHackers.MatterControl.SlicerConfiguration;
using MatterHackers.SerialPortCommunication.FrostedSerial;
namespace MatterHackers.MatterControl.ActionBar
{
@ -322,6 +323,11 @@ namespace MatterHackers.MatterControl.ActionBar
}
}
private static void RunTroubleShooting()
{
WizardWindow.Show<SetupWizardTroubleshooting>("TroubleShooting", "Trouble Shooting");
}
private void SetVisibleStates(object sender, EventArgs e)
{
UiThread.RunOnIdle(() =>