示例#1
0
文件: App.xaml.cs 项目: Batov/SIDE
 protected override void OnStartup(StartupEventArgs e)
 {
     base.OnStartup(e);
     b = new SideBootstrapper();
     b.Run();
 }
示例#2
0
文件: App.xaml.cs 项目: Batov/SIDE
 protected override void OnStartup(StartupEventArgs e)
 {
     base.OnStartup(e);
     b = new SideBootstrapper();
     b.Run();
 }