コード例 #1
0
ファイル: Program.cs プロジェクト: gmpatel/swmt
 static void Main(string[] args)
 {
     using (var app = ServiceProviderFactory.GetComponent <IAppService>(AppType.Console))
     {
         app.Run();
     }
 }