Esempio n. 1
0
        private void Button1_Click(object sender, EventArgs e)
        {
            suma1 Inicio = new suma1();

            Inicio.Close();

            Form Form1 = new Form1();

            Form1.Show();
            this.Hide();
        }
Esempio n. 2
0
        private void BtnCredits_Click(object sender, EventArgs e)
        {
            Form suma1 = new suma1();

            suma1.Show();


            //SoundPlayer NotificacionBoton = new SoundPlayer();
            //NotificacionBoton.SoundLocation= @"C:\Users\maria\source\repos\GrupoPrimaton\G8MartesMadrugada\G8\mindruner2\Sound\FGBS(37).wav";
            //NotificacionBoton.Play();
        }