コード例 #1
0
 public EffectChoiceViewModel(IEffectChoice choice)
 {
     Choice = choice;
       Selected = choice.Options[0];
 }
コード例 #2
0
 public EffectChoiceViewModel(IEffectChoice choice)
 {
     Choice   = choice;
     Selected = choice.Options[0];
 }