Browse Source

Создана разметка главного окна

smirka 1 year ago
parent
commit
2cb9fa641b
2 changed files with 6 additions and 1 deletions
  1. 6 1
      MainWindow.xaml
  2. BIN
      obj/Debug/DesignTimeResolveAssemblyReferences.cache

+ 6 - 1
MainWindow.xaml

@@ -7,6 +7,11 @@
         mc:Ignorable="d"
         Title="MainWindow" Height="450" Width="800">
     <Grid>
-        
+        <Grid.RowDefinitions>
+            <RowDefinition Height="60"/>
+            <RowDefinition Height="*"/>
+            <RowDefinition Height="60"/>
+        </Grid.RowDefinitions>
+
     </Grid>
 </Window>

BIN
obj/Debug/DesignTimeResolveAssemblyReferences.cache