C# Class DroidExplorer.Configuration.OptionTreeSettings

Show file Open project: camalot/droidexplorer Class Usage Examples

Private Properties

Property Type Description
OptionTreeSettings System

Public Methods

Method Description
Reload ( ) : void

Reloads the setting values

Save ( ) : void

Protected Methods

Method Description
OnLoaded ( EventArgs e ) : void
OnSaved ( EventArgs e ) : void

Private Methods

Method Description
OptionTreeSettings ( ) : System

Method Details

OnLoaded() protected method

protected OnLoaded ( EventArgs e ) : void
e System.EventArgs
return void

OnSaved() protected method

protected OnSaved ( EventArgs e ) : void
e System.EventArgs
return void

Reload() public method

Reloads the setting values
public Reload ( ) : void
return void

Save() public method

public Save ( ) : void
return void