共享项目 MvvmLight
https://github.com/AFei19911012/GalaSoft.MvvmLight
友情链接
SimpleFactoryGenerator - 一个简单的工厂源代码生成器,使该模式不违反开闭原则。
WpfExtensions - 一些用于Wpf开发的语法糖。
面向中国
技术交流
https://join.slack.com/t/handycontrol/shared_invite/zt-sw29prqd-okFmRlmETdtWhnF7C3foxA
码云
https://gitee.com/handyorg/HandyControl/
中文文档
https://handyorg.github.io/handycontrol/
赞助
-
为我们购买防脱洗发水(支付宝扫码)
贡献者
支持者
特别感谢
使用HandyControl的项目
如果你的项目没有列在这里,请告诉我们!😀
使用方法
第1步:添加HandyControl引用或在nuget上搜索HandyControl;
Install-Package HandyControl
第2步:在App.xaml中添加如下代码:
<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>
第3步:添加命名空间:
xmlns:hc="https://handyorg.github.io/handycontrol"
第4步:开始愉快地编码吧