Browse Source

словарь стилей

Ethosa 3 years ago
parent
commit
b35bfd3af3
2 changed files with 3 additions and 3 deletions
  1. 1 1
      App.xaml
  2. 2 2
      Dictionary.xaml

+ 1 - 1
App.xaml

@@ -6,7 +6,7 @@
     <Application.Resources>
         <ResourceDictionary>
             <ResourceDictionary.MergedDictionaries>
-                <ResourceDictionary Source="Dictionary.xaml"
+                <ResourceDictionary Source="Dictionary.xaml"/>
             </ResourceDictionary.MergedDictionaries>
         </ResourceDictionary>
     </Application.Resources>

+ 2 - 2
Dictionary.xaml

@@ -1,6 +1,6 @@
 <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
-                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
-    xmls:Local="clr-namespace:WPF_Lesson">
+                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+                    xmlns:local="clr-namespace:bebra">
     <Style TargetType="{x:Type Label}">
         <Setter Property="Background" Value="AntiqueWhite"/>
         <Setter Property="Padding" Value="0"/>