예제 #1
0
        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();
        }
예제 #3
0
        private void bunifuImageButton8_Click(object sender, EventArgs e)
        {
            Role = "Group";

            this.Hide();

            ParticipantSQLConnect con = new ParticipantSQLConnect();

            con.Show();
        }