Exemplo n.º 1
0
 public UserInfo(UserInfo user)
 {
     Username = user.Username;
     Email = user.Email;
     From = user.From;
     State = user.State;
     LoginCount = user.LoginCount;
     LastLoginTime = user.LastLoginTime;
     Moment = user.Moment;
     Birthday = user.Birthday;
     Gender = user.Gender;
     Avatar = user.Avatar;
     LiarDiceTotalCount = user.LiarDiceTotalCount;
     LiarDiceWinCount = user.LiarDiceWinCount;
     DicingTotalCount = user.DicingTotalCount;
     DicingWinCount = user.DicingWinCount;
 }
Exemplo n.º 2
0
 public ResLoginContent()
 {
     userid = 0;
     user = new UserInfo();
     message = "";
 }
Exemplo n.º 3
0
 public ResAllocateContent()
 {
     user = new UserInfo();
 }