Added String for type method to add queue items

This commit is contained in:
Gregory Diaz 2015-10-23 09:57:26 -07:00
parent 47fc5e17fc
commit 4fc652dd06

View file

@ -63,6 +63,16 @@ namespace MatterHackers.MatterControl.UI
}
}
public static string PathToQueueItemsFolder
{
get
{
return Path.Combine("{%}USERPROFILE{%}", "Development", "MatterControl", "Tests", "TestData", "QueueItems");
}
}
public static void CloseMatterControl(AutomationRunner testRunner)
{
SystemWindow mcWindowLocal = MatterControlApplication.Instance;