Ejemplo n.º 1
0
 public RailPart NewRailPart(RailEdge parent, bool isForward)
 {
     return(rp.NewInstance(parent, isForward));
 }