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

资源简介

WPF Prism 依赖注入实现可关闭的TabControl。

资源截图

代码片段和文件信息

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

namespace TabTest
{
    /// 
    /// App.xaml 的交互逻辑
    /// 

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        765  2016-08-10 14:29  TabTest\App.xaml

     文件        459  2016-08-10 09:08  TabTest\App.xaml.cs

     文件       1442  2016-08-10 14:45  TabTest\Behaviors\AutoPopulateExportedViewsBehavior.cs

     文件        131  2016-08-10 14:45  TabTest\Behaviors\IViewRegionRegistration.cs

     文件        613  2016-08-10 14:45  TabTest\Behaviors\ViewExportAttribute.cs

     文件     153416  2015-12-10 21:51  TabTest\bin\Debug\Microsoft.Practices.Prism.dll

     文件      40264  2015-12-10 21:51  TabTest\bin\Debug\Microsoft.Practices.Prism.MefExtensions.dll

     文件      75264  2015-12-22 17:05  TabTest\bin\Debug\Microsoft.Practices.Prism.MefExtensions.pdb

     文件      47413  2015-12-10 21:51  TabTest\bin\Debug\Microsoft.Practices.Prism.MefExtensions.xml

     文件     495104  2015-12-22 17:05  TabTest\bin\Debug\Microsoft.Practices.Prism.pdb

     文件     389301  2015-12-10 21:51  TabTest\bin\Debug\Microsoft.Practices.Prism.xml

     文件      29760  2015-12-10 21:51  TabTest\bin\Debug\Microsoft.Practices.ServiceLocation.dll

     文件      24064  2015-12-10 21:51  TabTest\bin\Debug\Microsoft.Practices.ServiceLocation.pdb

     文件      16831  2015-12-10 21:51  TabTest\bin\Debug\Microsoft.Practices.ServiceLocation.xml

     文件    1154560  2016-08-10 15:30  TabTest\bin\Debug\TabTest.exe

     文件     110080  2016-08-10 15:30  TabTest\bin\Debug\TabTest.pdb

     文件      22656  2016-08-10 15:31  TabTest\bin\Debug\TabTest.vshost.exe

     文件        490  2015-10-30 15:19  TabTest\bin\Debug\TabTest.vshost.exe.manifest

     文件       1248  2016-08-10 14:56  TabTest\Bootstrapper.cs

     文件        903  2016-08-10 14:14  TabTest\CloseableHeader.cs

     文件        114  2016-08-10 14:06  TabTest\ICloseable.cs

     文件       5378  2016-08-10 15:30  TabTest\MainView.xaml

     文件        870  2016-08-10 15:23  TabTest\MainView.xaml.cs

     文件        954  2016-08-10 14:48  TabTest\obj\Debug\App.baml

     文件       2561  2016-08-10 14:48  TabTest\obj\Debug\App.g.cs

     文件       2561  2016-08-10 15:07  TabTest\obj\Debug\App.g.i.cs

     文件       7255  2016-08-10 15:30  TabTest\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       3015  2016-08-10 13:58  TabTest\obj\Debug\GeneratedInternalTypeHelper.g.i.cs

     文件       2849  2016-08-10 14:27  TabTest\obj\Debug\Icons.g.i.cs

     文件       3188  2016-08-10 15:30  TabTest\obj\Debug\MainView.baml

............此处省略101个文件信息

评论

共有 条评论