コード例 #1
0
        public void AddItem()
        {
            DownloadUserTweetListForm downloadUserTweetListForm = new DownloadUserTweetListForm(this.userId);

            downloadUserTweetListForm.ShowDialog();
        }