示例#1
0
 void _currentSkin_SelectedComponentChanged(object sender, SelectedComponentEventArgs e)
 {
     if (comboBoxSelection.SelectedItem != e.Selected)
     {
         comboBoxSelection.SelectedItem = e.Selected;
     }
 }
示例#2
0
 void _currentSkin_SelectedComponentChanged(object sender, SelectedComponentEventArgs e)
 {
     if(comboBoxSelection.SelectedItem != e.Selected)
         comboBoxSelection.SelectedItem = e.Selected;
 }