Beispiel #1
0
 public DataViewerApplication(Platform platform)
     : base(platform)
 {
     HostPlatform.Start();
 }
Beispiel #2
0
 public FileSystemWatcherBridge(IHubContext <FileSystemHub> hubContext, HostPlatform hostPlatform)
 {
     _hubContext   = hubContext;
     _hostPlatform = hostPlatform;
 }
Beispiel #3
0
        protected override void Dispose(bool disposing)
        {
            HostPlatform.Stop();

            base.Dispose(disposing);
        }