C# Класс UserInterface_Mockup_ICT4Reals.MainForm

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MainForm ( Administration administration ) : System

constructor of the mainform

updatecleaning ( ) : void

updates the cleaning logs

updaterepair ( ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

MainForm() публичный Метод

constructor of the mainform
public MainForm ( Administration administration ) : System
administration Administration the administration that was made when the login form was made
Результат System

updatecleaning() публичный Метод

updates the cleaning logs
public updatecleaning ( ) : void
Результат void

updaterepair() публичный Метод

public updaterepair ( ) : void
Результат void