Ejemplo n.º 1
0
 public RecureHostedService()
 {
     c = new Communication();
     c.OnCommunicateChangeAsync += StartAsync;
 }
Ejemplo n.º 2
0
 public CommunicationWorker(Communication communicate)
 {
     _communicate = communicate;
 }