C# Class YetAnotherRelogger.Forms.Wizard.WeekSchedule

ファイルを表示 Open project: sinterlkaas/YetAnotherRelogger Class Usage Examples

Public Properties

Property Type Description
ScheduleBox ClickBox[]
WM WizardMain

Public Methods

Method Description
LoadSchedule ( BotClass bot ) : void
ValidateInput ( ) : bool
WeekSchedule ( WizardMain parent ) : System

Private Methods

Method Description
GenerateSchedule ( ) : void
NumericCheck ( object sender, KeyPressEventArgs e ) : void
ScheduleLoader ( object bot ) : void
Schedule_Load ( object sender, EventArgs e ) : void
WeekSchedule_VisibleChanged ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void

Method Details

LoadSchedule() public method

public LoadSchedule ( BotClass bot ) : void
bot BotClass
return void

ValidateInput() public method

public ValidateInput ( ) : bool
return bool

WeekSchedule() public method

public WeekSchedule ( WizardMain parent ) : System
parent WizardMain
return System

Property Details

ScheduleBox public_oe static_oe property

public static ClickBox[] ScheduleBox
return ClickBox[]

WM public_oe property

public WizardMain,YetAnotherRelogger.Forms.Wizard WM
return WizardMain