摘要:
private void button1_Click(object sender, EventArgs e){ for (int i = 1; i <= Application.CustomListCount; i++) { object obj = Application.GetCustomListContents(i); Array arr = obj as Array; Message... 阅读全文
posted @ 2010-05-06 21:09
RobinLao
阅读(524)
评论(0)
推荐(0)