コード例 #1
0
ファイル: Client.cs プロジェクト: WilliamCopland/YPILIS
 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();
 }
コード例 #2
0
ファイル: Client.cs プロジェクト: WilliamCopland/YPILIS
 public Client()
 {
     this.m_ClientLocationCollection = new ClientLocationCollection();
 }