메소드 | 설명 | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void |
Event, that triggers when the application page is loaded into the web browser, reads the web.config file and gets the values of the attributes
|
메소드 | 설명 | |
---|---|---|
DrawPanelForFailure ( string message ) : void |
Displays error message
|
|
GetMmsFiles ( ) : void |
Gets the list of files from directory and displays them in the page
|
|
ReadConfigFile ( ) : bool |
This method reads config file and assigns values to local variables
|
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | object, that caused this event |
e | EventArgs | Event that invoked this function |
리턴 | void |