C# Class wpf_player.NodesGetter

Inheritance: System.Configuration.Install.Installer
Show file Open project: zencoders/sambatyon

Public Methods

Method Description
Install ( IDictionary stateSaver ) : void

Method called during installation. This method downloads the nodes file.

NodesGetter ( ) : System

Default constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Liberare le risorse in uso.

Private Methods

Method Description
InitializeComponent ( ) : void

Metodo necessario per il supporto della finestra di progettazione. Non modificare il contenuto del metodo con l'editor di codice.

Method Details

Dispose() protected method

Liberare le risorse in uso.
protected Dispose ( bool disposing ) : void
disposing bool ha valore true se le risorse gestite devono essere eliminate, false in caso contrario.
return void

Install() public method

Method called during installation. This method downloads the nodes file.
public Install ( IDictionary stateSaver ) : void
stateSaver IDictionary
return void

NodesGetter() public method

Default constructor
public NodesGetter ( ) : System
return System