Exemplo n.º 1
0
        private void Button5_Click(object sender, EventArgs e)
        {
            Form x = new LW5.LW5title();

            x.Show();
            this.Hide();
        }
Exemplo n.º 2
0
 private void Button2_Click(object sender, EventArgs e)
 {
     Form x = new LW5title();
     x.Show();
     this.Close();
 }