C# 클래스 Talis.XIVPlugin.Twintania.Properties.Settings

상속: System.Configuration.ApplicationSettingsBase, INotifyPropertyChanged
파일 보기 프로젝트 열기: Bio2hazard/talis.xivplugin.twintania

Private Properties

프로퍼티 타입 설명
DefaultSettings void
RaisePropertyChanged void
SaveSettingsNode void

공개 메소드들

메소드 설명
Reset ( ) : void
Save ( ) : void
SetValue ( string key, string value, IFormatProvider format = null ) : void

비공개 메소드들

메소드 설명
DefaultSettings ( ) : void
RaisePropertyChanged ( [ caller = "" ) : void
SaveSettingsNode ( ) : void

메소드 상세

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SetValue() 공개 메소드

public SetValue ( string key, string value, IFormatProvider format = null ) : void
key string
value string
format IFormatProvider
리턴 void