コード例 #1
0
ファイル: Seller.cs プロジェクト: yonglehou/Stact
 public void Send <T>(T message, RequestResponseChannel replyTo)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void Send <T>(T message, RequestResponseChannel replyTo)
 {
     _input.Send(message);
 }