Example #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            NeonBeats b = new NeonBeats();

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

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

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

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

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