示例#1
0
 public GuHuoSkillCommand()
 {
     guHuoTypes   = new ObservableCollection <CardHandler>();
     guHuoCommand = new GuHuoChoiceCommand()
     {
         ParentSkillCommand = this
     };
 }
 public GuHuoSkillCommand()
 {
     guHuoTypes = new ObservableCollection<CardHandler>();
     guHuoCommand = new GuHuoChoiceCommand() { ParentSkillCommand = this };
 }