Exemple #1
0
 public Bead(Bead bead)
 {
     this.size  = bead.GetSize();
     this.color = bead.GetColor();
     this.next  = bead.GetNextBead();
 }