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(); }
public void Subscribe(Plugin.SFDCConnectionOptions options) { sfdcAdapter = new SFDCController(); this.aidOptions = options; sfdcAdapter.SubscribeSFDCPopup(this, this, options.ConfService, options.EnableSubcriberLog); }