コード例 #1
0
ファイル: Program.cs プロジェクト: xiong-ang/AsyncInDotNet
 private static void Demo(IDemo exampleDemo)
 {
     exampleDemo.Demo();
 }