C# 클래스 RemoteTech.RTSettings

파일 보기 프로젝트 열기: RemoteTechnologiesGroup/RemoteTech

공개 프로퍼티들

프로퍼티 타입 설명
OnSettingsChanged EventVoid
OnSettingsLoaded EventVoid
OnSettingsSaved EventVoid

공개 메소드들

메소드 설명
ReloadSettings ( Settings previousSettings, string presetCfgUrl ) : void

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

메소드 상세

ReloadSettings() 공개 정적인 메소드

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
리턴 void

프로퍼티 상세

OnSettingsChanged 공개적으로 정적으로 프로퍼티

public static EventVoid OnSettingsChanged
리턴 EventVoid

OnSettingsLoaded 공개적으로 정적으로 프로퍼티

public static EventVoid OnSettingsLoaded
리턴 EventVoid

OnSettingsSaved 공개적으로 정적으로 프로퍼티

public static EventVoid OnSettingsSaved
리턴 EventVoid