コード例 #1
0
 public EntityUpdater(Client client)
 {
     this.client   = client;
     this.unpacker = new PropertyValueUnpacker();
 }
コード例 #2
0
ファイル: EntityUpdater.cs プロジェクト: hot1989hot/nora
 public EntityUpdater(Client client) {
     this.client = client;
     this.unpacker = new PropertyValueUnpacker();
 }