예제 #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     _showfriendpresenter = new ShowFriendPresenter();
     _showfriendpresenter.Init(this);
     _webcontext  = new WebContext();
     _usersession = new UserSession();
     if (_usersession.CurrentUser.AccountID != _webcontext.AccountID)
     {
         lblSearchTerm.Text = "Danh sách bạn bè của " + _webcontext.Username;
     }
     else
     {
         lblSearchTerm.Text = "Danh sách bạn bè của " + _usersession.CurrentUser.UserName;
     }
 }
예제 #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     _showfriendpresenter = new ShowFriendPresenter();
     _showfriendpresenter.setidac(idac);
     _showfriendpresenter.Init(this);
 }