C# 클래스 wpf_player.NodesGetter

상속: System.Configuration.Install.Installer
파일 보기 프로젝트 열기: zencoders/sambatyon

공개 메소드들

메소드 설명
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