C# Класс DroidExplorer.Bootstrapper.UI.WizardForm

Наследование: System.Windows.Forms.Form, IWizard
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
BaseNavigate void
BaseNavigate void
InitializeComponent void
LoadConfiguation void
Navigate void
ShowCancel void
ShowError void
back_Click void
bottomPanel_Paint void
cancel_Click void
next_Click void

Открытые методы

Метод Описание
Back ( ) : void
Cancel ( ) : void
Error ( Exception ex ) : void
GetInstallPath ( ) : string
GetSdkPath ( ) : string

Gets the SDK path.

Next ( ) : void
WizardForm ( ) : System
topPanel_Paint ( object sender, PaintEventArgs e ) : void

Handles the Paint event of the topPanel control.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnBackClick ( EventArgs e ) : void
OnCancelRequest ( EventArgs e ) : void
OnClosing ( CancelEventArgs e ) : void
OnNextClick ( EventArgs e ) : void

Приватные методы

Метод Описание
BaseNavigate ( WizardStep step ) : void
BaseNavigate ( WizardStep step, string additionalText ) : void

Base navigate method

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadConfiguation ( ) : void

Loads the configuation.

Navigate ( int index ) : void

Navigates the specified index.

ShowCancel ( ) : void

Shows the cancel.

ShowError ( Exception ex ) : void

Shows the error.

back_Click ( object sender, EventArgs e ) : void

Handles the Click event of the back control.

bottomPanel_Paint ( object sender, PaintEventArgs e ) : void

Handles the Paint event of the bottomPanel control.

cancel_Click ( object sender, EventArgs e ) : void
next_Click ( object sender, EventArgs e ) : void

Handles the Click event of the next control.

Описание методов

Back() публичный Метод

public Back ( ) : void
Результат void

Cancel() публичный Метод

public Cancel ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Error() публичный Метод

public Error ( Exception ex ) : void
ex System.Exception
Результат void

GetInstallPath() публичный Метод

public GetInstallPath ( ) : string
Результат string

GetSdkPath() публичный Метод

Gets the SDK path.
public GetSdkPath ( ) : string
Результат string

Next() публичный Метод

public Next ( ) : void
Результат void

OnBackClick() защищенный Метод

protected OnBackClick ( EventArgs e ) : void
e System.EventArgs
Результат void

OnCancelRequest() защищенный Метод

protected OnCancelRequest ( EventArgs e ) : void
e System.EventArgs
Результат void

OnClosing() защищенный Метод

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Результат void

OnNextClick() защищенный Метод

protected OnNextClick ( EventArgs e ) : void
e System.EventArgs
Результат void

WizardForm() публичный Метод

public WizardForm ( ) : System
Результат System

topPanel_Paint() публичный Метод

Handles the Paint event of the topPanel control.
public topPanel_Paint ( object sender, PaintEventArgs e ) : void
sender object The source of the event.
e PaintEventArgs The instance containing the event data.
Результат void