Ejemplo n.º 1
0
 //Gross, sorry :)
 public Login(HelloChannels channels)
 {
     this.helloChannels = channels;
     InitializeComponent();
 }
Ejemplo n.º 2
0
 public ExampleChannelListener(HelloChannels hello, ClientChannel channel)
 {
     this.Channel = channel;
     this.hello   = hello;
 }