//***********// //ФОРМА СВЯЗИ// //***********// private void Button10_Click_1(object sender, EventArgs e) { Form4 f = new Form4(); f.ShowDialog(); }