コード例 #1
0
 public void sendCommand(OutgoingAggreGateCommand cmd)
 {
     cmd.send(streamWrapper);
 }
コード例 #2
0
 protected override void send(OutgoingAggreGateCommand cmd)
 {
     cmd.send(streamWrapper);
 }