public TeamSpeakInfoService() { ts3 = new TS3Connection.TSConnection(); t = new Thread(new ThreadStart(ts3.Connect)); t.Start(); teamSpeakInfoFactory = new TeamSpeakInfoFactory(ts3); }
public TeamSpeakInfoFactory(TSConnection ts3) { this.ts3 = ts3; }