internal void InvokeGetIntersectionLine(int lineId) { IntersectionLinesDrawing?.Invoke(_profileSession.ProfileLines.First(line => line.Id == lineId), _profileSession); }
internal void InvokeIntersectionLinesDrawing(ProfileLine selectedLine, ProfileSession profileSession) { IntersectionLinesDrawing?.Invoke(selectedLine, profileSession); }