C# Class _20.SetupGameForm

Inheritance: System.Windows.Forms.Form
显示文件 Open project: jdharms/20-20

Public Properties

Property Type Description
awayStarters BindingList
awayTeam BindingList
awayTeamName string
homeStarters BindingList
homeTeam BindingList
homeTeamName string

Public Methods

Method Description
SetupGameForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

SetupGameForm_Load ( object sender, EventArgs e ) : void
awayStartersListBox_Click ( object sender, EventArgs e ) : void
awayTeamListBox_Click ( object sender, EventArgs e ) : void
exitButton_Click ( object sender, EventArgs e ) : void
homeStartersListBox_Click ( object sender, EventArgs e ) : void
homeTeamListBox_Click ( object sender, EventArgs e ) : void
submitButton_Click ( object sender, EventArgs e ) : void
trySubmitEnable ( ) : void
unselectListBoxes ( ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

SetupGameForm() public method

public SetupGameForm ( ) : System
return System

Property Details

awayStarters public_oe property

public BindingList awayStarters
return BindingList

awayTeam public_oe property

public BindingList awayTeam
return BindingList

awayTeamName public_oe property

public string awayTeamName
return string

homeStarters public_oe property

public BindingList homeStarters
return BindingList

homeTeam public_oe property

public BindingList homeTeam
return BindingList

homeTeamName public_oe property

public string homeTeamName
return string