C# Class PecaStationd.ProjectInstaller

Inheritance: System.Configuration.Install.Installer
Datei anzeigen Open project: kumaryu/peercaststation

Public Methods

Method Description
ProjectInstaller ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

使用中のリソースをすべてクリーンアップします。

Private Methods

Method Description
InitializeComponent ( ) : void

デザイナー サポートに必要なメソッドです。このメソッドの内容を コード エディターで変更しないでください。

ProjectInstaller_AfterInstall ( object sender, System.Configuration.Install.InstallEventArgs e ) : void

Method Details

Dispose() protected method

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
return void

ProjectInstaller() public method

public ProjectInstaller ( ) : System
return System