Beispiel #1
0
 public void Send(string data)
 {
     commandExecutor.AddTask(new WriteDataCommand(flow, data));
 }