Exemplo n.º 1
0
 // constructor
 public MainWindowViewModel()
 {
     ShowDamageTakenCommand = CommandsFactory.CreateShowDamageTakenCommand(this);
 }