Compare commits

...

1 Commits
main ... Lab1

Author SHA1 Message Date
533aa33e87 1Лаба готова 2024-04-05 02:00:07 +04:00

View File

@ -5,8 +5,19 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Seven__Wonders_of_the_World"
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
Title="Не отвечает(Не отвечает)" Height="600" Width="1000" MinHeight="400" MinWidth="800">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="100*" />
<RowDefinition Height="1000*"/>
<RowDefinition Height="1000*"/>
<RowDefinition Height="1000*"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="600*"/>
<ColumnDefinition Width="600*"/>
<ColumnDefinition Width="600*"/>
<ColumnDefinition Width="600*"/>
</Grid.ColumnDefinitions>
</Grid>
</Window>