public AutobiographicalMemoryVM(RolePlayCharacterAsset asset) { _rpcAsset = asset; this.Events = new BindingListView <EventDTO>(_rpcAsset.EventRecords.ToList()); this.CharName = _rpcAsset.CharacterName; }
public AutobiographicalMemoryVM(BaseRPCForm form) { _mainForm = form; this.Events = new BindingListView <EventDTO>(_rpcAsset.EventRecords.ToList()); this.CharName = _rpcAsset.CharacterName; }