public AbbyyRSWrapper(Settings settings) { this.clientObject = new RSSoapService.RSSoapService(); this.location = settings.abbyyRSLocation; this.clientObject.Url = settings.abbyyRSServicesUrl; }
public static Settings getSettings() { if (instance == null) { instance = new Settings(); if (!settingsIsValid) return instance = null; } return instance; }