예제 #1
0
        private void Button5_Click(object sender, EventArgs e)
        {
            Form x = new LW5.LW5title();

            x.Show();
            this.Hide();
        }
예제 #2
0
파일: LW5.cs 프로젝트: vokti/1-sem-c-
 private void Button2_Click(object sender, EventArgs e)
 {
     Form x = new LW5title();
     x.Show();
     this.Close();
 }