committed

This commit is contained in:
HuskyTeufel
2021-05-05 13:06:56 +02:00
parent 2c4bcde9c8
commit af01e537cf
17 changed files with 234 additions and 38 deletions

View File

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