예제 #1
0
 public void AddLanguageProficiencies(object obj)
 {
     AddProficienciesView apv = new AddProficienciesView(LanguageProficiencyViewModel);
     apv.Show();
 }
예제 #2
0
 public void AddArmorProficiencies(object obj)
 {
     AddProficienciesView apv = new AddProficienciesView(ArmorProficiencyViewModel);
     apv.Show();
 }
예제 #3
0
 public void AddSkillProficiencies(object obj)
 {
     AddProficienciesView apv = new AddProficienciesView(SkillProficiencyViewModel);
     apv.Show();
 }
예제 #4
0
 public void AddWeaponProficiencies(object obj)
 {
     AddProficienciesView apv = new AddProficienciesView(WeaponProficiencyViewModel);
     apv.Show();
 }