コード例 #1
0
 public AutobiographicalMemoryVM(RolePlayCharacterAsset asset)
 {
     _rpcAsset     = asset;
     this.Events   = new BindingListView <EventDTO>(_rpcAsset.EventRecords.ToList());
     this.CharName = _rpcAsset.CharacterName;
 }
コード例 #2
0
 public AutobiographicalMemoryVM(BaseRPCForm form)
 {
     _mainForm     = form;
     this.Events   = new BindingListView <EventDTO>(_rpcAsset.EventRecords.ToList());
     this.CharName = _rpcAsset.CharacterName;
 }