C# Class UserInterface_Mockup_ICT4Reals.MainForm

ファイルを表示 Open project: marouanopen/ICT4Reals Class Usage Examples

Public Methods

Method Description
MainForm ( Administration administration ) : System

constructor of the mainform

updatecleaning ( ) : void

updates the cleaning logs

updaterepair ( ) : void

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.

TCLayout_Selected ( object sender, TabControlEventArgs e ) : void

checks what tab is selected on the tablayout

btnDetailsAanpassen_Click ( object sender, EventArgs e ) : void

occurs when the button btnDetailsAanpassen is clicked

btnDetailsVerwijderen_Click ( object sender, EventArgs e ) : void

occurs when the button btnDetailsVerwijderen is clicked

btnIncomingTram_Click ( object sender, EventArgs e ) : void

occurs when the button "btnIncomingTram" is pressed

btnSpoorStatusAanpassen_Click ( object sender, EventArgs e ) : void

accurs when button "btnSpoorStatusAanpassen" is clicked

btnToevoegenToevoegen_Click ( object sender, EventArgs e ) : void

occurs when the button toevoegen is clicked

btnUitrijden_Click ( object sender, EventArgs e ) : void

occurs when button btnUitrijden is clicked

button1_Click ( object sender, EventArgs e ) : void

occurs when button 1 is pressed

button2_Click ( object sender, EventArgs e ) : void

occurs when button 2 is pressed

button5_Click ( object sender, EventArgs e ) : void

occurs when button 5 is clicked

button6_Click ( object sender, EventArgs e ) : void

occurs when button 6 is pressed

remiseRefresh ( ) : void

refreshes the UI of the remise and allocates all the tram to their respective labels AKA rails

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

MainForm() public method

constructor of the mainform
public MainForm ( Administration administration ) : System
administration Administration the administration that was made when the login form was made
return System

updatecleaning() public method

updates the cleaning logs
public updatecleaning ( ) : void
return void

updaterepair() public method

public updaterepair ( ) : void
return void