Beispiel #1
0
 public MonitoringAsyncHandler(InstanceCount counter)
 {
     _counter = counter;
 }
 public GreetingEventAsyncHandler(InstanceCount counter)
 {
     _counter = counter;
 }