Exemplo n.º 1
0
 public GuHuoSkillCommand()
 {
     guHuoTypes   = new ObservableCollection <CardHandler>();
     guHuoCommand = new GuHuoChoiceCommand()
     {
         ParentSkillCommand = this
     };
 }
Exemplo n.º 2
0
 public GuHuoSkillCommand()
 {
     guHuoTypes = new ObservableCollection<CardHandler>();
     guHuoCommand = new GuHuoChoiceCommand() { ParentSkillCommand = this };
 }