Esempio n. 1
0
 // 注册用户
 public void OnRegisterUser(string userId, string groupPath)
 {
     RegisterUser?.Invoke(userId, groupPath);
 }