Exemple #1
0
 public void OpenBattleLogWindow()
 {
     Views.BattleLogWindow BattleLogWindow = new Views.BattleLogWindow {
         DataContext = this.battleLogViewModel
     };
     BattleLogWindow.Show();
 }
 public void OpenBattleLogWindow()
 {
     Views.BattleLogWindow BattleLogWindow = new Views.BattleLogWindow { DataContext = this.battleLogViewModel };
     BattleLogWindow.Show();
 }