Ejemplo n.º 1
0
        private void button14_Click(object sender, EventArgs e)
        {
            ClosingBool = true;
            SongTimer.CancelAsync();
            ClosingBool = false;
            this.Hide();
            this.ShowInTaskbar = false;
            Form2 f2 = new Form2();

            try
            {
                f2.Show();
            }
            catch
            {
                try
                {
                    f2.Activate();
                }
                catch
                {
                    MessageBox.Show("The F**k?");
                }
            }
        }