Beispiel #1
0
 public Client(string objectId, string clientName, int clientId)
 {
     this.m_ObjectId = objectId;
     this.m_ClientName = clientName;
     this.m_ClientId = clientId;
     this.m_ClientLocationCollection = new ClientLocationCollection();
 }
Beispiel #2
0
 public Client()
 {
     this.m_ClientLocationCollection = new ClientLocationCollection();
 }