Пример #1
0
 public bool isFits(RoundPeg peg)
 {
     return(this.radius >= peg.Radius ? true : false);
 }