Update Information

Update Email and Password

StackAPI.UpdateInformation(email, password)

// C# Code
  private void button1_Click(object sender, EventArgs e)
  {
    StackAPI.UpdateInformation(textBox4.Text, textBox5.Text);
  }

Last updated