Added String for type method to add queue items
This commit is contained in:
parent
47fc5e17fc
commit
4fc652dd06
1 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue