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