Example #1
0
 public UserData()
 {
     this.eQnuykyZbg   = "";
     this.string_0     = "";
     this.ajhuhXlNao   = null;
     this.dateTime_0   = DateTime.Now;
     this.clientType_0 = CJFramework.ClientType.DotNET;
     this.object_0     = null;
     this.object_1     = null;
 }
Example #2
0
 public UserData(string _userID, IPEndPoint _address, string serverID, CJFramework.ClientType _clientType, DateTime logon)
 {
     this.eQnuykyZbg   = "";
     this.string_0     = "";
     this.ajhuhXlNao   = null;
     this.dateTime_0   = DateTime.Now;
     this.clientType_0 = CJFramework.ClientType.DotNET;
     this.object_0     = null;
     this.object_1     = null;
     this.string_0     = _userID;
     this.ipendPoint_0 = _address;
     this.eQnuykyZbg   = serverID;
     this.clientType_0 = _clientType;
     this.dateTime_0   = logon;
 }