Exemple #1
0
 void CallRemote(string callInfo)
 {
     _subProcess.SendMessage($"$C:{Guid.NewGuid().ToString()}#{callInfo}");
 }