C# Class GitMenu.Commands.OpenGitProject

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

Public Methods

Method Description
OpenGitProject ( GitMenuPackage provider ) : System

Protected Methods

Method Description
CanExecute ( ) : bool
OnExecute ( ) : void

Method Details

CanExecute() protected method

protected CanExecute ( ) : bool
return bool

OnExecute() protected method

protected OnExecute ( ) : void
return void

OpenGitProject() public method

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