Method | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void |
Event, that triggers when the application page is loaded into the web browser Listens to server and stores the mms messages in server
|
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | object, that caused this event |
e | EventArgs | Event that invoked this function |
return | void |