C# Class ClientSettings, KerbalLiveFeed

ファイルを表示 Open project: SodiumEyes/KerbalLiveFeed Class Usage Examples

Public Properties

Property Type Description
autoReconnect bool
favorites String[]
hostname String

Public Methods

Method Description
readConfigFile ( string filename ) : void
writeConfigFile ( string filename ) : void

Method Details

readConfigFile() public method

public readConfigFile ( string filename ) : void
filename string
return void

writeConfigFile() public method

public writeConfigFile ( string filename ) : void
filename string
return void

Property Details

autoReconnect public_oe property

public bool autoReconnect
return bool

favorites public_oe property

public String[] favorites
return String[]

hostname public_oe property

public String hostname
return String