C# 클래스 ActivEarth.Account.Profile

This class represent the User Profile
상속: System.Web.UI.Page
파일 보기 프로젝트 열기: mlcamilli/ActivEarth

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

Load the page

메소드 상세

Page_Load() 보호된 메소드

Load the page
protected Page_Load ( object sender, EventArgs e ) : void
sender object Object that requested the page load.
e System.EventArgs The event arguments.
리턴 void