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