C# Class _20.SetupGameForm

Inheritance: System.Windows.Forms.Form
Show file 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 property

public BindingList awayStarters
return BindingList

awayTeam public property

public BindingList awayTeam
return BindingList

awayTeamName public property

public string awayTeamName
return string

homeStarters public property

public BindingList homeStarters
return BindingList

homeTeam public property

public BindingList homeTeam
return BindingList

homeTeamName public property

public string homeTeamName
return string