向ComboBox列表框中添加Enum的全部数据
摘要:相当于利用反射的 GetValues与GetNames foreach (HETieXinType theType in Enum.GetValues(typeof(HETieXinType))) foreach (string mode in Enum.GetNames(typeof(Boolea
阅读全文
posted @ 2015-04-20 19:30
posted @ 2015-04-20 19:30
posted @ 2015-04-20 09:45