C# Class GitMenu.Commands.GitGuiCommand

Inheritance: GitCommand
显示文件 Open project: kthompson/gitmenu

Public Methods

Method Description
GitGuiCommand ( GitMenuPackage provider ) : System

Protected Methods

Method Description
OnExecute ( ) : void

Method Details

GitGuiCommand() public method

public GitGuiCommand ( GitMenuPackage provider ) : System
provider GitMenuPackage
return System

OnExecute() protected method

protected OnExecute ( ) : void
return void