예제 #1
0
        private void backToMainPageToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form1 actForm = new Form1();

            actForm.Show();
            ReadTextFile act1Form = new ReadTextFile();

            act1Form.Close();
        }
예제 #2
0
파일: Form1.cs 프로젝트: lst2018/myGitHub
        private void button1_Click(object sender, EventArgs e)
        {
            ReadTextFile actForm = new ReadTextFile();

            actForm.Show();
        }