Example #1
0
 public Bouncer(Pub pub, LogHandler logHandler) : base(pub, logHandler)
 {
     CheckForPubSetting();
 }