C# Class RemoteTech.RTSettings

Exibir arquivo Open project: RemoteTechnologiesGroup/RemoteTech

Public Properties

Property Type Description
OnSettingsChanged EventVoid
OnSettingsLoaded EventVoid
OnSettingsSaved EventVoid

Public Methods

Method 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 method

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
return void

Property Details

OnSettingsChanged public_oe static_oe property

public static EventVoid OnSettingsChanged
return EventVoid

OnSettingsLoaded public_oe static_oe property

public static EventVoid OnSettingsLoaded
return EventVoid

OnSettingsSaved public_oe static_oe property

public static EventVoid OnSettingsSaved
return EventVoid