Example #1
0
        public bool IsSolderPoint(Location loc, ICollection <Component> exclude)
        {
            PointData pd = wiringPoints[loc];

            return(pd == null ? false : pd.IsSolderPoint(exclude));
        }