예제 #1
0
 public SqlTwitchFactory()
 {
     twitchApi = new TwitchApi(this);
 }
예제 #2
0
 public Twitch(ITwitchFactory factory)
 {
     this.factory = factory;
     twitchApi    = new TwitchApi(factory);
 }
예제 #3
0
 public SqlTwitchFactory()
 {
     twitchApi = new TwitchApi(this);
 }