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

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: camalot/droidexplorer

공개 메소드들

메소드 설명
InitializeWizardPanel ( ) : void
SetAdditionalText ( string text ) : void
WizardPanel ( IWizard wizard ) : System

Initializes a new instance of the WizardPanel class.

보호된 메소드들

메소드 설명
InitializeComponent ( ) : void

비공개 메소드들

메소드 설명
WizardPanel ( ) : System

Initializes a new instance of the WizardPanel class.

메소드 상세

InitializeComponent() 보호된 메소드

protected InitializeComponent ( ) : void
리턴 void

InitializeWizardPanel() 공개 메소드

public InitializeWizardPanel ( ) : void
리턴 void

SetAdditionalText() 공개 메소드

public SetAdditionalText ( string text ) : void
text string
리턴 void

WizardPanel() 공개 메소드

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