using System.Collections.Generic; namespace Bro.Common.Interface { public interface IHalconToolPath { List GetHalconToolPathList(); } }