WPF endgültiv vorbereitet

This commit is contained in:
HuskyTeufel
2021-05-05 13:49:59 +02:00
parent 3d3de440ec
commit f66815fda5
7 changed files with 12 additions and 6 deletions

View File

@@ -23,7 +23,6 @@ namespace GuiWPF
public MainWindow()
{
InitializeComponent();
this.DataContext = new MainWindowViewModel();
}
}
}