コード例 #1
0
ファイル: Actions.cs プロジェクト: wallnutkraken/Clutter-Feed
        /// <summary>
        /// Initializes all the important objects and the API
        /// </summary>
        public void SetUpTwitter()
        {
            showUpdates.InitializeTwitter();
            key = getUser.GetUser();

            Friend startFriend = new Friend();
            startFriend.ReadFriends();

            User.Account.IncludeRetweets = true;
            drawing.StartScreen();
        }