public void Add(PlatformEdge edge) { edge.Parent = this; platformEdges[edge.ID] = edge; }
public ViewPlatform(PlatformEdge platformEdge) { sourceObject = platformEdge; ID = platformEdge.ID + "-ViewObject"; NameInView = platformEdge.ID; }