Skip to content

Commit

Permalink
Update README-zh.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yanjinhuagood authored May 9, 2022
1 parent 65c1a90 commit b1b6f12
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ Install-Package WPFDevelopers
### 第二步: App.xaml中增加节点;

``` XML
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/WPFDevelopers;component/Themes/Theme.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/WPFDevelopers;component/Generic.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
```

### 第三步:添加命名空间;
Expand Down

0 comments on commit b1b6f12

Please sign in to comment.