コード例 #1
0
ファイル: GetStarted.cs プロジェクト: akawa777/TinySyringe
 public string Fly()
 {
     return(flight.Do());
 }