Exemplo n.º 1
0
 void MDIChildChannel_MyCmd(MDIChildCommunication child, string cmd)
 {
     RaiseCmd(cmd);
 }
Exemplo n.º 2
0
 public JoinEventArgs(MDIChildCommunication window)
 {
     this.window = window;
 }