C# Class RemoteTech.RTSettings

Afficher le fichier Open project: RemoteTechnologiesGroup/RemoteTech

Méthodes publiques

Свойство Type Description
OnSettingsChanged EventVoid
OnSettingsLoaded EventVoid
OnSettingsSaved EventVoid

Méthodes publiques

Méthode Description
ReloadSettings ( Settings previousSettings, string presetCfgUrl ) : void

Replace the given settings with a new Settings object of the given setting preset, and save it

Method Details

ReloadSettings() public static méthode

Replace the given settings with a new Settings object of the given setting preset, and save it
public static ReloadSettings ( Settings previousSettings, string presetCfgUrl ) : void
previousSettings Settings
presetCfgUrl string
Résultat void

Property Details

OnSettingsChanged public_oe static_oe property

public static EventVoid OnSettingsChanged
Résultat EventVoid

OnSettingsLoaded public_oe static_oe property

public static EventVoid OnSettingsLoaded
Résultat EventVoid

OnSettingsSaved public_oe static_oe property

public static EventVoid OnSettingsSaved
Résultat EventVoid