Exemplo n.º 1
0
 public void SendText(byte[] d, int o, int l) => ActionQueue.Enqueue(() => ToQueueFor.SendText(d, o, l));
Exemplo n.º 2
0
 public void SendText(string d) => ActionQueue.Enqueue(() => ToQueueFor.SendText(d));