Exemplo n.º 1
0
 private void comboBox1_SelectedIndexChanged(object sender, EventArgs e)
 {
     player.ChangeDeviceId(comboBox1.SelectedIndex);
 }