Exemple #1
0
 public RankItemInfo(String userName, Int32 pid, RankItemInfoType type, TimeSpan penalty, Int32 wrongCount)
 {
     this._userName = userName;
     this._problemID = pid;
     this._type = type;
     this._penalty = penalty;
     this._wrongCount = wrongCount;
 }
Exemple #2
0
 public RankItemInfo(String userName, Int32 pid, RankItemInfoType type, TimeSpan penalty, Int32 wrongCount)
 {
     this._userName   = userName;
     this._problemID  = pid;
     this._type       = type;
     this._penalty    = penalty;
     this._wrongCount = wrongCount;
 }