资源简介
代码片段和文件信息
using framework.Common.Dialog;
using Microsoft.Practices.Prism.Events;
using Microsoft.Practices.Prism.UnityExtensions;
using Microsoft.Practices.Unity;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Threading;
namespace framework.Common
{
public abstract class Bootstrapper : UnityBootstrapper
{
public IEventAggregator EventAggregator
{
get
{
return this.Container.Resolve();
}
}
public override void Run(bool runWithDefaultConfiguration)
{
Application.Current.Exit += Current_Exit;
Application.Current.DispatcherUnhandledException += Current_Dis
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 77559 2013-06-13 19:05 BuildProcessTemplates\AzureContinuousDeployment.11.xaml
文件 59136 2013-06-13 19:05 BuildProcessTemplates\DefaultTemplate.11.1.xaml
文件 22647 2013-06-13 19:05 BuildProcessTemplates\LabDefaultTemplate.11.xaml
文件 6874 2013-06-13 19:05 BuildProcessTemplates\UpgradeTemplate.xaml
文件 2791 2013-05-14 18:01 fr
文件 761 2013-06-10 09:20 fr
文件 1677 2013-05-13 21:01 fr
文件 22528 2015-06-27 09:20 fr
文件 73216 2015-06-27 09:20 fr
文件 153416 2012-02-14 09:27 fr
文件 24904 2012-02-14 09:27 fr
文件 29760 2012-02-14 09:24 fr
文件 124216 2012-02-14 09:24 fr
文件 39936 2012-02-14 09:24 fr
文件 1793 2013-06-14 19:42 fr
文件 911 2013-05-08 21:30 fr
文件 984 2013-06-17 20:45 fr
文件 777 2013-05-08 21:29 fr
文件 823 2013-05-10 21:52 fr
文件 1520 2013-06-17 15:00 fr
文件 677 2013-05-08 21:32 fr
文件 1583 2013-06-17 14:59 fr
文件 261 2013-06-17 14:55 fr
文件 1231 2013-06-17 15:00 fr
文件 5129 2015-06-27 09:19 fr
文件 257 2013-06-12 22:31 fr
文件 8095 2013-06-18 22:07 fr
文件 703 2013-05-11 22:26 fr
文件 3331 2013-06-13 19:05 fr
文件 1033 2013-06-15 23:07 fr
............此处省略386个文件信息
相关资源
- wpf实现展开收缩效果(ShrinkSpread)
- C#之WPF重绘动态正弦余弦曲线
- WPF 自定义标题的winform窗体实现源码
- c# WPF串口模拟自动生成数据
- WPF 模拟区域选择
- WPF实现视差效果
- WPF TextBox一个缺陷的修改
- wpf gridsplit 布局
- 盛大点卷充值
- WpfBinding demo
- wpf textbox Placeholder Demo
- DevExpressUniversalTrial16.2.3
- WPF自动序号(观察者模式)
- 开火车小游戏源码(基于wpf开发的小
- WPF画布实现旋转等待效果
- C# wpf_动态图片加载datagrid
- wpf任务管理器源码
- wpf自定义进度条
- WPF中将矢量转换为XAML
- C#Webservice+微信小程序上传多个文件笔
- Printing wpf的打印功能实力
- qqWPF 一款应用微软WPF技术编写的仿q
- wpf-treeview 自定义漂亮的wpf树控件
- WpfApplication1 一个很好的示例
- MyFriends_WPF_WIN C#VS2008 运用微软最新技
- FreeSCADA2 完整的C#开发的组态软件.OP
- wpf_DragDrop WPF 鼠标拖拽功能
- wpf_animation WPF 三个系列经典动画示例
- CustomSlider 自定义时间轴
- VideoPlay 使用WPF编写的炫目视频播放器
评论
共有 条评论