資源簡介
代碼片段和文件信息
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();
????????????
????????}
????}
}
評論
共有 條評論