Explorar o código

если убрать ресурсы, то тесты работают

Алёна Плотникова %!s(int64=3) %!d(string=hai) anos
pai
achega
39559e1e22
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      daily_planner/MainWindow.xaml

+ 5 - 2
daily_planner/MainWindow.xaml

@@ -5,9 +5,12 @@
         xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
         xmlns:local="clr-namespace:daily_planner"
         mc:Ignorable="d"
-        Title="Ежедневник" Height="500" Width="650" MinHeight="500" MinWidth="650">
+        Title="Ежедневник" Height="500" Width="650" MinHeight="500" MinWidth="650" Icon="/pen.png">
     <Grid >
-        
+        <Grid.Background>
+            <ImageBrush ImageSource="/cats.png"/>
+        </Grid.Background>
+
 
         <Grid.RowDefinitions>
             <RowDefinition Height="5*"/>