博客园  :: 首页  :: 新随笔  :: 联系 :: 管理

2011年4月15日

摘要: private void Form1_Load(object sender, EventArgs e) { AutoCompleteStringCollection strings = new AutoCompleteStringCollection(); strings.Add("A1");//不区分大小写 strings.Add("A2"); strings.Add("Aas"); strings.Add("B1"); strings.Add("Beijing"); strings.Add( 阅读全文

posted @ 2011-04-15 08:42 codingsilence 阅读(249) 评论(0) 推荐(0) 编辑