Exemplo n.º 1
0
 private void SaveButton_Click(object sender, EventArgs e)
 {
     LoggedUserUtility.editAccount(this, EmailText.Text, HeightText.Text, WeightText.Text, AboutMe.Text, PermissionsCheckBox.Checked);
 }