资源简介
在主界面框架中,我们依靠第三方控件库"ModernUI"来实现界面,并对"ModernUI"做深入的定制。在界面框架插件引用该控件时,首先,我们需要将该插件添加到Manifest.xml作为本地程序集,即界面框架插件在运行时需要与该程序集一起才能够正常运行。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using UIShell.OSGi;
using UIShell.PageFlowService;
using UIShell.OSGi.Logging;
using UIShell.iOpenWorks.Bootstrapper;
namespace UIShell.iOpenWorks.WPF
{
///
/// WPF startup class.
///
public partial class App : Application
{
// Use object type to avoid load UIShell.OSGi.dll before update.
private object _bundleRuntime;
public App()
{
UpdateCore();
StartBundleRuntime();
}
void UpdateCore() // Update Core Files including BundleRepositoryOpenAPI PageFlowService and OSGi Core assemblies.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-07-30 23:09 UIShell.iOpenWorks.WPF\
目录 0 2015-07-30 23:09 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\
文件 418 2013-05-05 22:24 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\App.config
文件 289 2013-05-05 22:28 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\App.xaml
文件 5541 2013-05-06 22:09 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\App.xaml.cs
目录 0 2015-07-30 23:09 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\Properties\
文件 2197 2013-05-05 22:28 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\Properties\AssemblyInfo.cs
文件 2872 2013-05-05 22:28 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\Properties\Resources.Designer.cs
文件 5612 2013-05-02 17:16 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\Properties\Resources.resx
文件 1105 2013-05-05 22:28 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\Properties\Settings.Designer.cs
文件 201 2013-05-02 17:16 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\Properties\Settings.settings
文件 6252 2015-07-27 07:23 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF.csproj
目录 0 2015-07-30 23:09 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\
目录 0 2015-07-30 23:09 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\
目录 0 2015-07-30 23:09 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\
文件 896 2013-05-03 23:52 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\Demo1.xaml
文件 622 2013-05-03 16:10 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\Demo1.xaml.cs
文件 896 2013-05-03 23:52 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\Demo2.xaml
文件 615 2013-05-03 18:57 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\Demo2.xaml.cs
文件 896 2013-05-03 23:52 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\Demo3.xaml
文件 615 2013-05-03 18:57 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\Demo3.xaml.cs
文件 896 2013-05-03 23:52 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\Demo4.xaml
文件 615 2013-05-03 18:57 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\Demo4.xaml.cs
文件 896 2013-05-03 23:53 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\Demo5.xaml
文件 615 2013-05-03 18:57 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\Demo5.xaml.cs
文件 898 2013-05-03 23:53 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\Demo6.xaml
文件 615 2013-05-03 18:57 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\Demo6.xaml.cs
文件 896 2013-05-03 23:53 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\Demo7.xaml
文件 615 2013-05-03 18:57 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\Demo7.xaml.cs
文件 896 2013-05-03 23:53 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\Demo8.xaml
文件 615 2013-05-03 18:58 UIShell.iOpenWorks.WPF\UIShell.iOpenWorks.WPF\bin\Plugins\DemoPlugin\Demo8.xaml.cs
............此处省略393个文件信息
- 上一篇:桌面下雪效果
- 下一篇:Metro WPF开发
评论
共有 条评论