C# Class Umc.Core.Tools.VSGesture.VSExplorerInstaller

Inheritance: System.Configuration.Install.Installer
ファイルを表示 Open project: powerumc/vsgesture

Protected Methods

Method Description
OnAfterInstall ( System savedState ) : void
OnAfterUninstall ( System savedState ) : void

Private Methods

Method Description
setupVS ( ) : void

Method Details

OnAfterInstall() protected method

protected OnAfterInstall ( System savedState ) : void
savedState System
return void

OnAfterUninstall() protected method

protected OnAfterUninstall ( System savedState ) : void
savedState System
return void