C# Class NuGetConsole.ConsoleContainer

Interaction logic for ConsoleContainer.xaml
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: xero-github/Nuget

Public Methods

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

Method Details

AddConsoleEditor() public method

public AddConsoleEditor ( UIElement content ) : void
content UIElement
return void

ConsoleContainer() public method

public ConsoleContainer ( IProductUpdateService productUpdateService, IPackageRestoreManager packageRestoreManager ) : System.Windows
productUpdateService IProductUpdateService
packageRestoreManager IPackageRestoreManager
return System.Windows

NotifyInitializationCompleted() public method

public NotifyInitializationCompleted ( ) : void
return void