Example #1
0
 //调用父级panel的加入请求,以房主userID作为主键
 private void OnJoinButtonClick()
 {
     roomListPanel.OnJoinClickRequest(id);
 }