Example #1
0
 public MainGatewayHeart(int interval, MainGateway gateway) : base(interval, gateway)
 {
     this.gateway = gateway;
 }
Example #2
0
 internal VoiceGateway(MainGateway mainGateway, Channel voiceChannel)
 {
     this.mainGateway  = mainGateway;
     this.voiceChannel = voiceChannel;
 }