Method | Description | |
---|---|---|
roomsInformationForm ( ) : System |
constructor
|
|
roomsInformationForm ( |
Overload the constructor
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
DisplayDartmentsInfo ( ) : void |
display total rooms' information for each department
|
|
DisplayRooms ( ReadOnlyCollection |
add rooms of list roomsWithTag to the listview
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
RoomInfoForm_Load ( object sender, EventArgs e ) : void |
when the form was loaded, display the information of rooms
|
|
addTagButton_Click ( object sender, EventArgs e ) : void |
create room tags for the rooms which are lack of tags
|
|
exportButton_Click ( object sender, EventArgs e ) : void |
Save the information into an Excel file
|
|
reorderButton_Click ( object sender, EventArgs e ) : void |
reorder rooms' number
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public roomsInformationForm ( |
||
data | an instance of Data class | |
return | System |