check point
This commit is contained in:
11
Hawkeye.VisionBuilder.UI.RecipeConverter/Program.cs
Normal file
11
Hawkeye.VisionBuilder.UI.RecipeConverter/Program.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Xml;
|
||||
using Hawkeye.VisionBuilder.Workflow;
|
||||
|
||||
WorkflowList workflowList = new WorkflowList();
|
||||
var file = File.OpenRead("gold_b97.hrcp");
|
||||
using (var br = new BinaryReader(file))
|
||||
{
|
||||
workflowList.Load(br,new OperationDiscoveryService(workflowList));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user