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