コード例 #1
0
 public Gatekeeper(BotConfig config, IRedditAPI reddit)
 {
     this.reddit = reddit;
     this.config = config;
 }
コード例 #2
0
ファイル: Historian.cs プロジェクト: Killfile/RedditBot
 public Historian(BotConfig config, StreamFactory streamFactory)
 {
     this.config        = config;
     this.streamFactory = streamFactory;
 }