添加项目文件。

This commit is contained in:
17860779768
2023-02-23 14:52:43 +08:00
parent 1db01eda58
commit 157613603c
508 changed files with 94132 additions and 0 deletions

View File

@ -0,0 +1,9 @@
using System.Collections.Generic;
namespace BRS.Common.Interface
{
public interface IHalconToolPath
{
List<string> GetHalconToolPathList();
}
}