C# Class UserInterface_Mockup_ICT4Reals.MainForm

Afficher le fichier Open project: marouanopen/ICT4Reals Class Usage Examples

Méthodes publiques

Méthode Description
MainForm ( Administration administration ) : System

constructor of the mainform

updatecleaning ( ) : void

updates the cleaning logs

updaterepair ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

MainForm() public méthode

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

updatecleaning() public méthode

updates the cleaning logs
public updatecleaning ( ) : void
Résultat void

updaterepair() public méthode

public updaterepair ( ) : void
Résultat void