static void MakeFly(IFlyer flyer)
 {
     flyer.Fly();
 }
Beispiel #2
0
 private static void DoFly(IFlyer flyer)
 {
     flyer.Fly();
 }