資源簡介
在主界面框架中,我們依靠第三方控件庫"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開發
評論
共有 條評論