private void bRemoveHue_Click(object sender, System.EventArgs e) { TheBox.BoxServer.HueMessage msg = new HueMessage( 0 ); Pandora.BoxConnection.SendToServer(msg); }
private void bHue_Click(object sender, System.EventArgs e) { TheBox.BoxServer.HueMessage msg = new HueMessage( Pandora.Profile.Hues.SelectedIndex ); Pandora.BoxConnection.SendToServer(msg); }