コード例 #1
0
ファイル: Worker.cs プロジェクト: xmodx10/ShokoServer
 public Worker(ProgramArguments args, IHostApplicationLifetime lifetime)
 {
     Args        = args;
     AppLifetime = lifetime;
 }