Example #1
0
 private static void SendMsgEvent(string methodType, string id)
 {
     SendMsgHandler?.Invoke(methodType, id);
 }