Parcourir la source

Добавил кнопку

Funkyman3438@mail.ru il y a 2 ans
Parent
commit
c73605c924
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      Demo_Gromov/MainWindow.xaml

+ 3 - 2
Demo_Gromov/MainWindow.xaml

@@ -12,9 +12,10 @@
             <RowDefinition Height="348*"/>
             <RowDefinition Height="49*"/>
         </Grid.RowDefinitions>
-        <StackPanel Grid.Row="0" Background="Azure"/>
+        <StackPanel Grid.Row="0" Background="Azure">
+            <Button Content="кнопка"/>
+        </StackPanel>
         <TextBlock Grid.Row="1" Text="Проверка !" FontSize="100" HorizontalAlignment="Center" Margin="0,90,0,0"/>
         <StackPanel Grid.Row="2" Background="Azure"/>
-
     </Grid>
 </Window>