C# 클래스 NuGetConsole.ConsoleContainer

Interaction logic for ConsoleContainer.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: xero-github/Nuget

공개 메소드들

메소드 설명
AddConsoleEditor ( UIElement content ) : void
ConsoleContainer ( IProductUpdateService productUpdateService, IPackageRestoreManager packageRestoreManager ) : System.Windows
NotifyInitializationCompleted ( ) : void

메소드 상세

AddConsoleEditor() 공개 메소드

public AddConsoleEditor ( UIElement content ) : void
content UIElement
리턴 void

ConsoleContainer() 공개 메소드

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

NotifyInitializationCompleted() 공개 메소드

public NotifyInitializationCompleted ( ) : void
리턴 void