示例#1
0
 public string TryToFly()
 {
     return(flyType.fly());
 }
示例#2
0
 public string tryToFly()
 {
     return(flyingType.fly());
 }