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

@@ -5,8 +5,14 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:GuiWPF"
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
Title="{Binding Titel, StringFormat={} DP - {0}}" Height="450" Width="800">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition/>
</Grid.RowDefinitions>
<Label Content="WWWings-Flugbuchung" FontSize="30" Margin="5"/>
<ContentControl Content="{Binding}" Grid.Row="1"/>
</Grid>
</Window>