C# Class YetAnotherRelogger.Forms.Wizard.WizardMain

Mostra file Open project: sinterlkaas/YetAnotherRelogger Class Usage Examples

Public Properties

Property Type Description
AffinityDemonbuddy YetAnotherRelogger.Forms.Wizard.SetAffinity
AffinityDiablo YetAnotherRelogger.Forms.Wizard.SetAffinity
FinishCount int
_ucDiablo DiabloOptions

Public Methods

Method Description
NextStep ( string title ) : void
ValidateMaskedTextbox ( MaskedTextBox test ) : bool
ValidateTextbox ( TextBox test ) : bool
WizardMain ( ) : System
WizardMain ( int index ) : System
WizardMain_Closing ( object sender, CancelEventArgs e ) : void

Private Methods

Method Description
LoadData ( ) : void
ValidateControl ( object control ) : bool
WizardMain_Load ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void

Method Details

NextStep() public method

public NextStep ( string title ) : void
title string
return void

ValidateMaskedTextbox() public method

public ValidateMaskedTextbox ( MaskedTextBox test ) : bool
test MaskedTextBox
return bool

ValidateTextbox() public method

public ValidateTextbox ( TextBox test ) : bool
test TextBox
return bool

WizardMain() public method

public WizardMain ( ) : System
return System

WizardMain() public method

public WizardMain ( int index ) : System
index int
return System

WizardMain_Closing() public method

public WizardMain_Closing ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
return void

Property Details

AffinityDemonbuddy public_oe property

public SetAffinity,YetAnotherRelogger.Forms.Wizard AffinityDemonbuddy
return YetAnotherRelogger.Forms.Wizard.SetAffinity

AffinityDiablo public_oe property

public SetAffinity,YetAnotherRelogger.Forms.Wizard AffinityDiablo
return YetAnotherRelogger.Forms.Wizard.SetAffinity

FinishCount public_oe property

public int FinishCount
return int

_ucDiablo public_oe property

public DiabloOptions _ucDiablo
return DiabloOptions