Programming/C#
Dictionary To ComboBox BindingSource
blueasa
2010. 9. 27. 15:09
1) Key, Value Binding
comboBox.DataSource = new BindingSource(Dictionary, null);반응형