WPF dateiumbenennungen

This commit is contained in:
Husky
2020-02-21 09:54:52 +01:00
parent fc144554a5
commit 38e4d2aa6e
5 changed files with 63 additions and 75 deletions

View File

@@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:KanSan.UI"
mc:Ignorable="d"
Title="FRMBaustelle" Height="450" Width="800" Closed="Window_Closed">
Title="FRMBaustelle" Height="450" Width="800">
<Grid>
<Grid.RowDefinitions>
<RowDefinition />

View File

@@ -29,7 +29,7 @@ namespace KanSan.UI
{
InitializeComponent();
this.DataContext = new BaustelleViewModel();
this.DataContext = new ProjektViewModel();
}