Beispiel #1
0
 private void EditCharacter()
 {
     _charBusiness.UpdateCharacter(_selectedCharacter);
     OnPropertyChanged("Characters");
 }