コード例 #1
0
 void MDIChildChannel_MyCmd(MDIChildCommunication child, string cmd)
 {
     RaiseCmd(cmd);
 }
コード例 #2
0
ファイル: JoinEventArgs.cs プロジェクト: VladimirKhil/CIRCe
 public JoinEventArgs(MDIChildCommunication window)
 {
     this.window = window;
 }