Пример #1
0
 public void DoOnMessageReceived_SendResponse(object responseMessage)
 {
     myDoOnMessageReceived = (x, y) => InputChannel.SendResponseMessage(y.ResponseReceiverId, responseMessage);
 }