public void Subscribe(Plugin.SFDCConnectionOptions options)
 {
     sfdcAdapter     = new SFDCController();
     this.aidOptions = options;
     sfdcAdapter.SubscribeSFDCPopup(this, this, options.ConfService, options.EnableSubcriberLog, this.TServer, this.UCSServer);
     _logger = Log.GenInstance();
 }
예제 #2
0
 public void Subscribe(Plugin.SFDCConnectionOptions options)
 {
     sfdcAdapter     = new SFDCController();
     this.aidOptions = options;
     sfdcAdapter.SubscribeSFDCPopup(this, this, options.ConfService, options.EnableSubcriberLog);
 }