Gui angefangen

This commit is contained in:
Husky
2021-02-27 13:19:42 +01:00
parent c581f5e198
commit 2c4bcde9c8
9 changed files with 130 additions and 44 deletions

View File

@@ -1,4 +1,5 @@
using System;
using GuiWPF_ViewModel;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -23,6 +24,7 @@ namespace GuiWPF
public MainWindow()
{
InitializeComponent();
this.DataContext = new MainViewModel();
}
}
}