C# Class DroidExplorer.Configuration.OptionTreeSettings

Afficher le fichier Open project: camalot/droidexplorer Class Usage Examples

Private Properties

Свойство Type Description
OptionTreeSettings System

Méthodes publiques

Méthode Description
Reload ( ) : void

Reloads the setting values

Save ( ) : void

Méthodes protégées

Méthode Description
OnLoaded ( EventArgs e ) : void
OnSaved ( EventArgs e ) : void

Private Methods

Méthode Description
OptionTreeSettings ( ) : System

Method Details

OnLoaded() protected méthode

protected OnLoaded ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSaved() protected méthode

protected OnSaved ( EventArgs e ) : void
e System.EventArgs
Résultat void

Reload() public méthode

Reloads the setting values
public Reload ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void