Пример #1
0
        private void Button5_Click(object sender, EventArgs e)
        {
            Form x = new LW5.LW5title();

            x.Show();
            this.Hide();
        }
Пример #2
0
 private void Button2_Click(object sender, EventArgs e)
 {
     Form x = new LW5title();
     x.Show();
     this.Close();
 }