Esempio n. 1
0
 public MessengerBuddy(uint UserId, string pUsername, string pLook, string pMotto, string pLastOnline)
 {
     this.UserId       = UserId;
     this.mUsername    = pUsername;
     this.mLook        = pLook;
     this.mMotto       = pMotto;
     this.mLastOnline  = PhoenixEnvironment.UnixTimeStampToDateTime(Convert.ToDouble(pLastOnline)).ToString();
     this.UpdateNeeded = false;
 }