private void Biography_Click(object sender, EventArgs e) { hometown_text.Hide(); cancel_home_bn.Hide(); add_home_bn.Hide(); AddBio_Text.Show(); Cancel_bn.Show(); Add_bn.Show(); AddBio_Text.BringToFront(); Cancel_bn.BringToFront(); Add_bn.BringToFront(); }
private void open_addbio_Click(object sender, EventArgs e) { AddBio_Text.Show(); Cancel_bn.Show(); Add_bn.Show(); }