C# Class RemoteTech.RTSettings

Show file 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 static property

public static EventVoid OnSettingsChanged
return EventVoid

OnSettingsLoaded public static property

public static EventVoid OnSettingsLoaded
return EventVoid

OnSettingsSaved public static property

public static EventVoid OnSettingsSaved
return EventVoid