using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Степанюк_Экзамен { public partial class Form2 : Form { public Form2() { InitializeComponent(); } private void pictureBox1_Click(object sender, EventArgs e) { } private void pictureBox1_Click_1(object sender, EventArgs e) { } private void textBox1_TextChanged(object sender, EventArgs e) { } private void Form2_Load(object sender, EventArgs e) { } private void button1_Click(object sender, EventArgs e) { Form f3 = new Form3(); f3.Show(); Hide(); } } }