C# Class SamirBoulema.TGit.TGitPackage

Inheritance: Microsoft.VisualStudio.Shell.Package
Afficher le fichier Open project: sboulema/TGit

Méthodes publiques

Méthode Description
SolutionEvents_Opened ( ) : void

Méthodes protégées

Méthode 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

Méthode Description
SolutionEvents_AfterClosing ( ) : void

Method Details

Initialize() protected méthode

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
Résultat void

SolutionEvents_Opened() public méthode

public SolutionEvents_Opened ( ) : void
Résultat void