Esempio n. 1
0
 public Node(PointF x, PointF y, ElipseShape elp, String weight) : base(x, y, elp)
 {
     this.weight = weight;
     reset();
 }
Esempio n. 2
0
 public ElipseShape(ElipseShape elipse) : base(elipse)
 {
 }