C# Class SamirBoulema.TGit.TGitPackage

Inheritance: Microsoft.VisualStudio.Shell.Package
Mostrar archivo Open project: sboulema/TGit

Public Methods

Method Description
SolutionEvents_Opened ( ) : void

Protected Methods

Method Description
Initialize ( ) : void

Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.

Private Methods

Method Description
SolutionEvents_AfterClosing ( ) : void

Method Details

Initialize() protected method

Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.
protected Initialize ( ) : void
return void

SolutionEvents_Opened() public method

public SolutionEvents_Opened ( ) : void
return void