Exemplo n.º 1
0
 public MainWindow()
 {
     logger.Trace("MainWindow created");
     InitializeComponent();
     PlayerBaseVM = new PlayerBaseViewModel();
     this.DataContext = this;
     logger.Trace("MainWindow initialized");
 }
Exemplo n.º 2
0
 public void SetUp()
 {
     PlayerBaseVM = new PlayerBaseViewModel();
 }