菜单管控模块EntityFW 菜单的加载采用MEF技术,程序实现思路: 1 .主菜单加载页面MainMenuView.xaml指向MenuRegion 2. 菜单Item点击及内容加载,采用订阅模式,即菜单item点击时发布消息,shell负责订阅并过滤加载子模块 MainMenuView.xaml Read More
posted @ 2016-07-31 16:58 jeffery1010 Views(687) Comments(0) Diggs(0) Edit
Shell框架XECA shell.xaml主要起到是一个容器或壳的作用 <Window x:Class="XECA.Shell" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://sc Read More
posted @ 2016-07-31 16:41 jeffery1010 Views(587) Comments(0) Diggs(0) Edit
系统框架构想效果图 平台简单由左侧菜单和右侧内容区以及顶部系统和用户信息区构成 菜单根据系统模块动态加载 右侧,根据左侧选中菜单动态加载子模块,子模块集合以tab选项卡方式布局 系统模块划分为Shell框架XECA、基础模块MyGlobal.Infrastructre、业务模块、数据提供模块DAL、 Read More
posted @ 2016-07-31 16:31 jeffery1010 Views(429) Comments(0) Diggs(0) Edit