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