Exemple #1
0
 internal ChannelContainer(ServerConnection creatorsCurrentConnection)
     : base(creatorsCurrentConnection)
 {
     channelList = new ChannelListContainer(creatorsCurrentConnection);
 }
 internal ChannelContainer(ServerConnection creatorsCurrentConnection) : base(creatorsCurrentConnection)
 {
     channelList = new ChannelListContainer(creatorsCurrentConnection);
 }