C# Class RemoteTech.SatSettings

Datei anzeigen Open project: JDPKSP/RemoteTechLegacy Class Usage Examples

Public Properties

Property Type Description
WINDOW_ID int
show bool

Public Methods

Method Description
Close ( ) : void
LoadFromLoaded ( ) : void
LoadFromUnLoaded ( ) : void
Open ( RelayNode nodeIn ) : void
SatSettings ( RemoteCore corein ) : System
SaveAndClose ( ) : void
SettingsGUI ( int windowID ) : void
updateDishes ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

LoadFromLoaded() public method

public LoadFromLoaded ( ) : void
return void

LoadFromUnLoaded() public method

public LoadFromUnLoaded ( ) : void
return void

Open() public method

public Open ( RelayNode nodeIn ) : void
nodeIn RelayNode
return void

SatSettings() public method

public SatSettings ( RemoteCore corein ) : System
corein RemoteCore
return System

SaveAndClose() public method

public SaveAndClose ( ) : void
return void

SettingsGUI() public method

public SettingsGUI ( int windowID ) : void
windowID int
return void

updateDishes() public method

public updateDishes ( ) : void
return void

Property Details

WINDOW_ID public_oe property

public int WINDOW_ID
return int

show public_oe property

public bool show
return bool