コード例 #1
0
 public string TryToFly()
 {
     return(FlyingStrategy.Fly());
 }
コード例 #2
0
 public void Fly()
 {
     myFlyingStrategy.Fly(this);
 }