摘要:
private void button1_Click(object sender, EventArgs e){ StringBuilder sb = new StringBuilder(); for (int i = 1; i < this.Application.RecentFiles.Count; i++) { sb.Append(this.Application.RecentFiles... 阅读全文
posted @ 2010-03-07 23:27
RobinLao
阅读(539)
评论(0)
推荐(0)