WPF dateiumbenennungen
This commit is contained in:
@@ -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 />
|
||||
@@ -29,7 +29,7 @@ namespace KanSan.UI
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
this.DataContext = new BaustelleViewModel();
|
||||
this.DataContext = new ProjektViewModel();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user