Ejemplo n.º 1
0
        public Form2(long userId, int postsValue)
        {
            InitializeComponent();

            UserList userList = MyParseJSON.ParseUser(VkChaterer.GetUser(userId));

            textBox1.Text = userList.UserResponse[0].first_name;
            textBox2.Text = userList.UserResponse[0].last_name;
            textBox3.Text = postsValue.ToString();
        }