C# Class NuGetPackageExplorer.Plugins.DeleteCommand.DeletePackageCommand

Inheritance: PluginCommand, IPackageCommand
Afficher le fichier Open project: krdbigsa/NuGetPackageExplorer.Plugins

Méthodes publiques

Méthode Description
Execute ( IPackage package, string packagePath ) : void

Méthodes protégées

Méthode Description
RegisterViewModels ( Microsoft container ) : void

Method Details

Execute() public méthode

public Execute ( IPackage package, string packagePath ) : void
package IPackage
packagePath string
Résultat void

RegisterViewModels() protected méthode

protected RegisterViewModels ( Microsoft container ) : void
container Microsoft
Résultat void