摘要:
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 阅读(254) 评论(0) 推荐(0)
浙公网安备 33010602011771号