C# Class SmashedPotato.InstallUtil

Inheritance: System.Configuration.Install.Installer
显示文件 Open project: Cn33liz/SmashedPotato

Public Methods

Method Description
Install ( System savedState ) : void
Uninstall ( System savedState ) : void

Method Details

Install() public method

public Install ( System savedState ) : void
savedState System
return void

Uninstall() public method

public Uninstall ( System savedState ) : void
savedState System
return void