C# Class NuForVS.UI.AddReferenceForm

Afficher le fichier Open project: kiliman/NuForVS Class Usage Examples

Méthodes publiques

Méthode Description
AddReferenceForm ( string solutionPath, int targetFramework, IProject project, ICommandRunner runner, IFileSystem fs, IConfigurationManager configManager ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

buildGemList ( string currentGemName ) : void
buildSearchResults ( string query ) : void
cancelConfig_Click ( object sender, EventArgs e ) : void
changeView_Click ( object sender, EventArgs e ) : void
clearConsole ( ) : void
copyDimensions ( Control source, Control destination ) : void
doInstallGem ( string gemname ) : void
gemList_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
gemToInstall_KeyUp ( object sender, KeyEventArgs e ) : void
getAssemblyVersion ( ) : string
installGem_Click ( object sender, EventArgs e ) : void
linkWebSite_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
outputConsole ( string line ) : void
saveConfig_Click ( object sender, EventArgs e ) : void
searchGems_KeyUp ( object sender, KeyEventArgs e ) : void
showConfig ( ) : void
showView ( ViewEnum view ) : void

Method Details

AddReferenceForm() public méthode

public AddReferenceForm ( string solutionPath, int targetFramework, IProject project, ICommandRunner runner, IFileSystem fs, IConfigurationManager configManager ) : System
solutionPath string
targetFramework int
project IProject
runner ICommandRunner
fs IFileSystem
configManager IConfigurationManager
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void