コード例 #1
0
ファイル: Runner.cs プロジェクト: MatanShahar/BotDebug
 public Runner(IPirateBot bot, Stream client)
 {
     this.bot = bot;
     this.client = client;
 }
コード例 #2
0
ファイル: Runner.cs プロジェクト: MatanShahar/BotDebug
 public Runner(IPirateBot bot, Stream client)
 {
     this.bot    = bot;
     this.client = client;
 }