Example #1
0
 public Bing(SynchronizerDelegate sync)
 {
     Bing.sync = sync;
 }
 public BingServiceGateway (SynchronizerDelegate sync)
 {
     _sync = sync;
 }
Example #3
0
 public Bing (SynchronizerDelegate sync)
 {
     Bing.sync = sync;
 }
Example #4
0
 public BingServiceGateway(SynchronizerDelegate sync)
 {
     _sync = sync;
 }