添加项目文件。
This commit is contained in:
9
src/BRS.Common.Model/Interface/IHalconToolPath.cs
Normal file
9
src/BRS.Common.Model/Interface/IHalconToolPath.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace BRS.Common.Interface
|
||||
{
|
||||
public interface IHalconToolPath
|
||||
{
|
||||
List<string> GetHalconToolPathList();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user