Esempio n. 1
0
 public override double Area(IRectangle rect)
 {
     return(_delegate.Area(rect));
 }