码迷,mamicode.com
首页 > 移动开发 > 详细

App.xaml.cs

时间:2015-02-12 22:44:13      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:

using System.Windows;

namespace HelloWorld
{
    /// <summary>
    /// Interaction logic for App.xaml
    /// </summary>
    public partial class App : Application
    {
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            Bootstrapper bootstrapper = new Bootstrapper();
            bootstrapper.Run();
        }
    }
}

App.xaml.cs

标签:

原文地址:http://www.cnblogs.com/zisezhixin/p/4288973.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!