Example #1
0
 private void RegisterMainService()
 {
     _mainBootstrapper.RegisterService();
 }
Example #2
0
 private void RegisterSplashService()
 {
     _spashBootstrapper.RegisterService();
 }
Example #3
0
 private void RegisterService()
 {
     _bootstrapper.RegisterService();
 }