|
@@ -5,13 +5,13 @@
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
xmlns:local="clr-namespace:modulekz"
|
|
|
mc:Ignorable="d"
|
|
|
- Title="MainWindow" Height="450" Width="800">
|
|
|
- <Grid>
|
|
|
+ Title="Книжный магазин 'Книжечка'" Height="450" Width="800">
|
|
|
+ <Grid Background="LightCyan">
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="50"/>
|
|
|
<RowDefinition Height="*"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
- <TextBlock Text="Книжечка" FontSize="40"/>
|
|
|
+ <TextBlock Text="Книжечка" FontSize="40" />
|
|
|
<Frame x:Name="MainFrame" NavigationUIVisibility="Hidden" Grid.Row="1"/>
|
|
|
</Grid>
|
|
|
</Window>
|