Esempio n. 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            NeonBeats b = new NeonBeats();

            this.Hide();
            b.Show();
        }
Esempio n. 2
0
        private void Back_Click(object sender, EventArgs e)
        {
            NeonBeats n = new NeonBeats();

            n.Show();
            this.Hide();
        }
Esempio n. 3
0
        private void button4_Click(object sender, EventArgs e)
        {
            NeonBeats frm1 = new NeonBeats();

            frm1.Show();
            this.Hide();
        }
Esempio n. 4
0
        private void button2_Click(object sender, EventArgs e)
        {
            //back
            NeonBeats n = new NeonBeats();

            n.Show();
            this.Hide();
        }
Esempio n. 5
0
        private void button2_Click(object sender, EventArgs e)
        {
            //Beatlami b1 = new Beatlami();
            // b1.Show();
            NeonBeats n = new NeonBeats();

            n.Show();
            this.Hide();
        }