Example #1
0
        private void btnColor_Click_1(object sender, EventArgs e)
        {
            this.Hide();
            fColor fColor = new fColor();

            fColor.ShowDialog();
            this.Close();
        }
Example #2
0
        private void btnColor_Click(object sender, EventArgs e)
        {
            //player.controls.stop();

            this.Hide();
            fColor fColor = new fColor();

            fColor.ShowDialog();
            this.Close();
        }