C# Class NuGetPackageExplorer.Plugins.DeleteCommand.DeletePackageCommand

Inheritance: PluginCommand, IPackageCommand
Show file Open project: krdbigsa/NuGetPackageExplorer.Plugins

Public Methods

Method Description
Execute ( IPackage package, string packagePath ) : void

Protected Methods

Method Description
RegisterViewModels ( Microsoft container ) : void

Method Details

Execute() public method

public Execute ( IPackage package, string packagePath ) : void
package IPackage
packagePath string
return void

RegisterViewModels() protected method

protected RegisterViewModels ( Microsoft container ) : void
container Microsoft
return void