コード例 #1
0
 public CharacterViewModel()
 {
     Characters = characterRepository.GetAllPlayerNames();
     FillCharacterList();
 }