//Open form2, and enable AmbiLight possibility
        private void button13_Click(object sender, EventArgs e)
        {
            LedsAmbilight ambilight = new LedsAmbilight();

            ambilight.Show(); //show form
        }
 //Open form2, and enable AmbiLight possibility
 private void button13_Click(object sender, EventArgs e)
 {
     LedsAmbilight ambilight = new LedsAmbilight();
     ambilight.Show(); //show form
 }