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