Ejemplo n.º 1
0
 internal ServerInfo(ServerConnection creatorsServerConnection, Connection parent) : base(creatorsServerConnection)
 {
     cmc = new ChannelModesContainer(creatorsServerConnection);
     ct  = new ChannelTypes(creatorsServerConnection, parent);
 }
Ejemplo n.º 2
0
 internal ServerInfo(ServerConnection creatorsServerConnection, Connection parent)
     : base(creatorsServerConnection)
 {
     cmc = new ChannelModesContainer(creatorsServerConnection);
     ct = new ChannelTypes(creatorsServerConnection, parent);
 }