摘要: private void button3_Click(object sender, EventArgs e) { folderBrowserDialog1.ShowDialog(); string path = folderBrowserDialog1.SelectedPath; if (!string.IsNullOrEmpty(path.Trim())) { textBox1.Text = p... 阅读全文
posted @ 2009-10-07 22:31 freedom831215 阅读(233) 评论(0) 推荐(0)