C# Class MultiRemoteDesktopClient.ApplicationSettings

显示文件 Open project: Nullstr1ng/MultiRDPClient.NET

Public Properties

Property Type Description
Settings SettingsModel

Public Methods

Method Description
ApplicationSettings ( ) : System
IsAppConfigExists ( ) : bool
Read ( ) : void
Save ( ) : bool

Method Details

ApplicationSettings() public method

public ApplicationSettings ( ) : System
return System

IsAppConfigExists() public method

public IsAppConfigExists ( ) : bool
return bool

Read() public method

public Read ( ) : void
return void

Save() public method

public Save ( ) : bool
return bool

Property Details

Settings public_oe property

public SettingsModel Settings
return SettingsModel