C# 클래스 CTCOfficeGUI.TableViewScreen

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

공개 메소드들

메소드 설명
TableViewScreen ( ) : System
UpdateDisplay ( List blocks, List trains ) : void

Updates the display of block and train information

UpdateDisplay ( List blocks, List trains ) : void

Updates the display of block and train information

비공개 메소드들

메소드 설명
GetBlockFailureStateString ( TrackBlock block ) : string

Gets the failure state string for the given track block

There are 8 different possible strings, so this chunk of code gets ugly

InitializeTables ( ) : void

Initializes the table display with labels

메소드 상세

TableViewScreen() 공개 메소드

public TableViewScreen ( ) : System
리턴 System

UpdateDisplay() 공개 메소드

Updates the display of block and train information
public UpdateDisplay ( List blocks, List trains ) : void
blocks List
trains List
리턴 void

UpdateDisplay() 공개 메소드

Updates the display of block and train information
public UpdateDisplay ( List blocks, List trains ) : void
blocks List
trains List
리턴 void