示例#1
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            SetValueForText1 = textBox11.Text;
            SetValueForText2 = textBox23.Text;
            showresult2 S4 = new showresult2();

            S4.Show();
        }
示例#2
0
        private void picBox1_Click(object sender, EventArgs e)
        {
            SetValueForText1 = textBox11.Text;
            SetValueForText2 = textBox22.Text;
            showresult2 sf2 = new showresult2();

            sf2.Show();
        }