示例#1
0
 public NewMarketLogger()
 {
     logCollection = new MongoLogCollection();
 }
示例#2
0
 public NewMarketLogger(string name)
 {
     StoredName    = name;
     logCollection = new MongoLogCollection();
 }
示例#3
0
 public NewMarketLogger(TMBot bot)
 {
     this.bot      = bot;
     logCollection = new MongoLogCollection();
 }