Exemplo n.º 1
0
 protected override void OnStartup(StartupEventArgs e)
 {
     _bootstraper = new SSBootstraper();
     _bootstraper.Run();
     base.OnStartup(e);
 }
Exemplo n.º 2
0
 protected override void OnStartup(StartupEventArgs e)
 {
     _bootstraper = new SSBootstraper();
     _bootstraper.Run();
     base.OnStartup(e);
 }