private void backToMainPageToolStripMenuItem_Click(object sender, EventArgs e) { Form1 actForm = new Form1(); actForm.Show(); ReadTextFile act1Form = new ReadTextFile(); act1Form.Close(); }
private void button1_Click(object sender, EventArgs e) { ReadTextFile actForm = new ReadTextFile(); actForm.Show(); }