You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
728 B
Plaintext
21 lines
728 B
Plaintext
|
2 years ago
|
Thanks for installing the HandyControls NuGet package!
|
||
|
|
|
||
|
|
Don't forget to add the theme resources to your Application resources in App.xaml:
|
||
|
|
|
||
|
|
<Application
|
||
|
|
...
|
||
|
|
xmlns:hc="https://handyorg.github.io/handycontrol">
|
||
|
|
<Application.Resources>
|
||
|
|
<ResourceDictionary>
|
||
|
|
<ResourceDictionary.MergedDictionaries>
|
||
|
|
<hc:ThemeResources/>
|
||
|
|
<hc:Theme/>
|
||
|
|
<!-- Other merged dictionaries here -->
|
||
|
|
</ResourceDictionary.MergedDictionaries>
|
||
|
|
<!-- Other app resources here -->
|
||
|
|
</ResourceDictionary>
|
||
|
|
</Application.Resources>
|
||
|
|
</Application>
|
||
|
|
|
||
|
|
See http://ghost1372.github.io for more information.
|