Пример #1
0
 public bool Fits(RoundPeg peg)
 {
     return(this.GetRadius() >= peg.GetRadius());
 }