Example #1
0
 public ValidationService()
 {
     http     = SmeedeeApp.Instance.ServiceLocator.Get <IFetchHttp>();
     bgWorker = SmeedeeApp.Instance.ServiceLocator.Get <IBackgroundWorker>();
 }
 public ValidationService()
 {
     http = SmeedeeApp.Instance.ServiceLocator.Get<IFetchHttp>();
     bgWorker = SmeedeeApp.Instance.ServiceLocator.Get<IBackgroundWorker>();
 }
Example #3
0
 public LatestCommitsService()
 {
     downloader = app.ServiceLocator.Get <IFetchHttp>();
     bgWorker   = app.ServiceLocator.Get <IBackgroundWorker>();
 }
 public TopCommittersService()
 {
     bgWorker = app.ServiceLocator.Get<IBackgroundWorker>();
     http = app.ServiceLocator.Get<IFetchHttp>();
 }
 public TopCommittersService()
 {
     bgWorker = app.ServiceLocator.Get <IBackgroundWorker>();
     http     = app.ServiceLocator.Get <IFetchHttp>();
 }
 public WorkingDaysLeftService()
 {
     bgWorker = app.ServiceLocator.Get <IBackgroundWorker>();
     http     = app.ServiceLocator.Get <IFetchHttp>();
 }
 public BuildStatusService()
 {
     downloader = SmeedeeApp.Instance.ServiceLocator.Get<IFetchHttp>();
     bgWorker = SmeedeeApp.Instance.ServiceLocator.Get<IBackgroundWorker>();
 }
 public LatestCommitsService()
 {
     downloader = app.ServiceLocator.Get<IFetchHttp>();
     bgWorker = app.ServiceLocator.Get<IBackgroundWorker>();
 }
Example #9
0
 public BuildStatusService()
 {
     downloader = SmeedeeApp.Instance.ServiceLocator.Get <IFetchHttp>();
     bgWorker   = SmeedeeApp.Instance.ServiceLocator.Get <IBackgroundWorker>();
 }