C# 클래스 MMS_App3, API-Platform

MMS_App3 class
상속: System.Web.UI.Page
파일 보기 프로젝트 열기: attdevsupport/API-Platform

보호된 메소드들

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

메소드 상세

Page_Load() 보호된 메소드

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
protected Page_Load ( object sender, EventArgs e ) : void
sender object object, that caused this event
e EventArgs Event that invoked this function
리턴 void