Beispiel #1
0
        private void label1_Click(object sender, EventArgs e)
        {
            name = textBox1.Text;
            QUIZ Q = new QUIZ();

            Q.Show();
        }
Beispiel #2
0
        /// <summary>
        /// Wpisanie imienia do textboxa
        /// </summary>

        private void label1_Click(object sender, EventArgs e)
        {
            imie = textBox1.Text;
            QUIZ Q = new QUIZ();

            Q.Show();
            this.Hide();
        }