摘要:
效果是:当TextBox控件的Text属性为空时show按钮不可用,有值时show按钮可用 项目结构 界面代码 <Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/prese 阅读全文
摘要:
核心代码AutoInjectRepository 类里的服务发现并自动注册是看服务实现类上有没有[AutoInject(typeof(IIndustryService), InjectType.Scope)]这个标签。有这个标签就会被注册 using System; using System.Col 阅读全文
摘要:
项目使用三层结构RepositoryIocFactory using System; using System.Reflection; using Autofac; namespace CommonHelper.AutoInject.Repository { public class Reposit 阅读全文
摘要:
阅读全文