コード例 #1
0
 static void MakeFly(IFlyer flyer)
 {
     flyer.Fly();
 }
コード例 #2
0
 private static void DoFly(IFlyer flyer)
 {
     flyer.Fly();
 }