mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-11-30 02:48:03 +08:00
Migrated repository
.github/ISSUE_TEMPLATE | ||
DockBoxResearch | ||
HandyControl | ||
HandyControlDemo | ||
Net35 | ||
Net40 | ||
Resources | ||
.gitattributes | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
HandyControl_Net35.sln | ||
HandyControl_Net40.sln | ||
HandyControl.sln | ||
LICENSE | ||
README.md |
Welcome to HandyControl
We're all here
捐赠
如果您觉得HandyControl还不错,那么就以HandyControl的名义,花一顿饭的钱来为慈善事业做一份贡献吧(捐赠留言写:HandyControl),谢谢大家。
捐赠链接: 中华慈善总会
Usage
Step 1:Add a reference to HandyControl or search for HandyControl on the nuget;
Install-Package HandyControl
Step 2:Add code in App.xaml as follows:
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/SkinDefault.xaml"/>
<ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Theme.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
Step 3:enjoy coding