コード例 #1
0
ファイル: Login.cs プロジェクト: RedDwaft/RedDwarf-client
 //Gross, sorry :)
 public Login(HelloChannels channels)
 {
     this.helloChannels = channels;
     InitializeComponent();
 }
コード例 #2
0
 public ExampleChannelListener(HelloChannels hello, ClientChannel channel)
 {
     this.Channel = channel;
     this.hello   = hello;
 }