예제 #1
0
 // constructor
 public MainWindowViewModel()
 {
     ShowDamageTakenCommand = CommandsFactory.CreateShowDamageTakenCommand(this);
 }