Example #1
0
        private void Button1_Click(object sender, EventArgs e)
        {
            Form f2 = new LW1title();

            f2.Show();
            this.Hide();
        }
Example #2
0
        private void Button1_Click(object sender, EventArgs e)
        {
            Form f1 = new LW1title();

            f1.Show();
            this.Close();
        }