added test bool to server gui

This commit is contained in:
Sem van der Hoeven
2020-10-12 16:53:15 +02:00
parent 7879aa301d
commit 934c1cd48b
4 changed files with 8 additions and 4 deletions

View File

@@ -26,9 +26,9 @@ namespace Server
public MainWindow()
{
InitializeComponent();
// use mainviewmodel for the bindings of our methods
DataContext = new MainViewModel();
InitializeComponent();
}
}
}