Example #1
0
 public override void Load()
 {
     using (var service = new DictionaryServiceClient())
     {
         try
         {
             this.ViewModel.Skill = service.GetSkillById(this.CurrentId);
         }
         catch (Exception e)
         {
         }
     }
 }