Example #1
0
 private void initializeTabProfile()
 {
     userProfileComponent_TabProfile = AppComponentFactory.CreateAppComponent(Utils.eAppComponent.UserProfile, tabPage_Profile.Controls, m_AppFacade.User);
     userProfileComponent_TabProfile.Initialize();
     (userProfileComponent_TabProfile as UserProfileComponent).PictureBoxProfilePic.ImageLocation = m_AppFacade.User.PictureLargeURL;
     (userProfileComponent_TabProfile as UserProfileComponent).TextBoxUserInfo.Text = m_AppFacade.GetFacebookUserInfo(m_AppFacade.User);
 }