protected void Page_Load(object sender, EventArgs e) { _usersession = new UserSession(); _ac = new AccountRepository(); _pr = new UserProfilePresenter(); _statusService = new SPKTCore.Core.Impl.StatusUpdateService(); Friendship1.setidac(acid); com1.setidac(acid); // add.setidac(acid); mess1.setidac(acid); load(); com1.setidst(idst); //mess1.setidac(Int32.Parse(Label3.Text)); }
protected void Page_Load(object sender, EventArgs e) { _presenter = new UserProfilePresenter(); _presenter.Init(this, IsPostBack); }
protected override void OnInit(EventArgs e) { _presenter = new UserProfilePresenter(); _presenter.Init(this, IsPostBack); }