Beispiel #1
0
        private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            CandidateIntroduction1 candidateIntroduction = new CandidateIntroduction1();

            this.Hide();
            candidateIntroduction.ShowDialog(this);
        }
Beispiel #2
0
        private void Getbutton_Click(object sender, EventArgs e)
        {
            Public.CandidateName.ChooseCandidate = textBox1.Text;
            CandidateIntroduction1 CINTRO = new CandidateIntroduction1();

            this.Hide();
            CINTRO.ShowDialog(this);
        }