ACAT.Extensions.Default.WordPredictors.PresageWCF.PresageWordPredictor.LoadSettings C# (CSharp) Méthode

LoadSettings() public méthode

Loads settings from the specified file and sets properties from the settings file.
public LoadSettings ( String settingsFilePath ) : bool
settingsFilePath String path to the settings file
Résultat bool
        public bool LoadSettings(String settingsFilePath)
        {
            updateSettings(Common.AppPreferences);
            return true;
        }