示例#1
0
 public void UpdateGameRoom(int val)
 {
     myUserData tempADO = new myUserData();
     tempADO.UpdateUserByGameRoomID(val, UserID);
 }