领胜LDS 键盘AOI检测项目
xcd
2020-07-06 0f71990dc60af6e96c9f4c2f2095ca6711e2c870
1
2
3
4
5
6
7
8
9
using System.Collections.Generic;
 
namespace Bro.Common.Interface
{
    public interface IHalconToolPath
    {
        List<string> GetHalconToolPathList();
    }
}