• 大小: 1.26M
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: Xml  Prism  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;

namespace PrismDemo.DesktopMain
{
    /// 
    /// App.xaml 的交互逻辑
    /// 

    public partial class App : Application
    {
        protected override void onstartup(StartupEventArgs e)
        {
            base.onstartup(e);

            PrismDemoBootstrapper bootstrapper = new PrismDemoBootstrapper();
            bootstrapper.Run();

            
        }
    }
}

评论

共有 条评论