C# 클래스 MultiRemoteDesktopClient.ApplicationSettings

파일 보기 프로젝트 열기: Nullstr1ng/MultiRDPClient.NET

공개 프로퍼티들

프로퍼티 타입 설명
Settings SettingsModel

공개 메소드들

메소드 설명
ApplicationSettings ( ) : System
IsAppConfigExists ( ) : bool
Read ( ) : void
Save ( ) : bool

메소드 상세

ApplicationSettings() 공개 메소드

public ApplicationSettings ( ) : System
리턴 System

IsAppConfigExists() 공개 메소드

public IsAppConfigExists ( ) : bool
리턴 bool

Read() 공개 메소드

public Read ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : bool
리턴 bool

프로퍼티 상세

Settings 공개적으로 프로퍼티

public SettingsModel Settings
리턴 SettingsModel