Example #1
0
 protected override void OnStop()
 {
     DataServicesCore.GetInstance().Stop();
 }
Example #2
0
 protected override void OnStart(string[] args)
 {
     Bootstrapper.Run();
     DataServicesCore.GetInstance().Start(this);
 }