C# 클래스 DroidExplorer.Bootstrapper.Panels.ErrorPanel

상속: WizardPanel
파일 보기 프로젝트 열기: camalot/droidexplorer

공개 메소드들

메소드 설명
ErrorPanel ( IWizard wizard ) : System

Initializes a new instance of the ErrorPanel class.

SetAdditionalText ( string text ) : void

Sets the additional text.

보호된 메소드들

메소드 설명
InitializeComponent ( ) : void

Initializes the component.

비공개 메소드들

메소드 설명
ErrorPanel ( ) : System

Initializes a new instance of the ErrorPanel class.

메소드 상세

ErrorPanel() 공개 메소드

Initializes a new instance of the ErrorPanel class.
public ErrorPanel ( IWizard wizard ) : System
wizard IWizard The wizard.
리턴 System

InitializeComponent() 보호된 메소드

Initializes the component.
protected InitializeComponent ( ) : void
리턴 void

SetAdditionalText() 공개 메소드

Sets the additional text.
public SetAdditionalText ( string text ) : void
text string The text.
리턴 void