C# 클래스 UserInterface_Mockup_ICT4Reals.MainForm

파일 보기 프로젝트 열기: marouanopen/ICT4Reals 1 사용 예제들

공개 메소드들

메소드 설명
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