private void btnLab1Start_Click(object sender, EventArgs e) { Lab1 Lab1 = new Lab1(); Lab1.ShowDialog(); }