Пример #1
0
 internal void InvokeGetIntersectionLine(int lineId)
 {
     IntersectionLinesDrawing?.Invoke(_profileSession.ProfileLines.First(line => line.Id == lineId), _profileSession);
 }
Пример #2
0
 internal void InvokeIntersectionLinesDrawing(ProfileLine selectedLine, ProfileSession profileSession)
 {
     IntersectionLinesDrawing?.Invoke(selectedLine, profileSession);
 }