C# Class GitMenu.Commands.GitBashCommand

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

Public Methods

Method Description
GitBashCommand ( GitMenuPackage provider ) : System

Protected Methods

Method Description
OnExecute ( ) : void

Method Details

GitBashCommand() public method

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

OnExecute() protected method

protected OnExecute ( ) : void
return void