private void bunifuImageButton6_Click(object sender, EventArgs e) { this.Hide(); ParticipantSQLConnect pc = new ParticipantSQLConnect(); pc.Show(); }
private void bunifuImageButton6_Click(object sender, EventArgs e) { this.Close(); ParticipantSQLConnect PL = new ParticipantSQLConnect(); PL.Show(); }
private void bunifuImageButton8_Click(object sender, EventArgs e) { Role = "Group"; this.Hide(); ParticipantSQLConnect con = new ParticipantSQLConnect(); con.Show(); }