OpenFileDialog sfd = new OpenFileDialog();
sfd.ShowDialog();
this.textBox1.Text = sfd.FileName;
SaveFileDialog sfd = new SaveFileDialog();
sfd.ShowDialog();
OpenFileDialog sfd = new OpenFileDialog();
sfd.ShowDialog();
this.textBox1.Text = sfd.FileName;
SaveFileDialog sfd = new SaveFileDialog();
sfd.ShowDialog();
相关文章: