|
@@ -6,5 +6,16 @@
|
|
|
xmlns:local="clr-namespace:WPF"
|
|
|
mc:Ignorable="d"
|
|
|
Title="MainWindow" Height="450" Width="800">
|
|
|
- <Grid Margin="0,0,23,0"/>
|
|
|
+ <Grid>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="235"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
+ <ColumnDefinition Width="295"/>
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ </Grid>
|
|
|
</Window>
|