Care.Views.Douban.SelectDoubanFollower.SelectDoubanFollower C# (CSharp) Method

SelectDoubanFollower() public method

public SelectDoubanFollower ( ) : System
return System
        public SelectDoubanFollower()
        {
            FriendList = new ObservableCollection<FollowingUserInfo>();
            DataContext = this;
            InitializeComponent();
            this.Loaded += new RoutedEventHandler(PageLoaded);
        }