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

            base.Dispose(disposing);
        }