C# Класс wpf_player.NodesGetter

Наследование: System.Configuration.Install.Installer
Показать файл Открыть проект

Открытые методы

Метод Описание
Install ( IDictionary stateSaver ) : void

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

NodesGetter ( ) : System

Default constructor

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Liberare le risorse in uso.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

Описание методов

Dispose() защищенный Метод

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.
Результат void

Install() публичный Метод

Method called during installation. This method downloads the nodes file.
public Install ( IDictionary stateSaver ) : void
stateSaver IDictionary
Результат void

NodesGetter() публичный Метод

Default constructor
public NodesGetter ( ) : System
Результат System