12345678910111213141516171819 |
- using CommonMethods.Interface;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using CommonMethods;
- using System.Windows.Forms;
- namespace HDevEngineTool
- {
- public class HDevEngineToolRun : IToolRun
- {
- public void ToolRun(string jobName, int toolIndex, int inputItemNum, TreeNode selectNode, List<IToolInfo> L_toolList, IVisionJob runJob, Form myHalconWindowForm)
- {
-
- }
- }
- }
|