C# Class NuGetConsole.ConsoleContainer

Interaction logic for ConsoleContainer.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: xero-github/Nuget

Méthodes publiques

Méthode Description
AddConsoleEditor ( UIElement content ) : void
ConsoleContainer ( IProductUpdateService productUpdateService, IPackageRestoreManager packageRestoreManager ) : System.Windows
NotifyInitializationCompleted ( ) : void

Method Details

AddConsoleEditor() public méthode

public AddConsoleEditor ( UIElement content ) : void
content UIElement
Résultat void

ConsoleContainer() public méthode

public ConsoleContainer ( IProductUpdateService productUpdateService, IPackageRestoreManager packageRestoreManager ) : System.Windows
productUpdateService IProductUpdateService
packageRestoreManager IPackageRestoreManager
Résultat System.Windows

NotifyInitializationCompleted() public méthode

public NotifyInitializationCompleted ( ) : void
Résultat void