OpenFileDialog sfd = new OpenFileDialog();
            sfd.ShowDialog();
            this.textBox1.Text = sfd.FileName;

            SaveFileDialog sfd = new SaveFileDialog();
            sfd.ShowDialog();

  

相关文章:

  • 2021-06-15
  • 2022-02-01
  • 2021-11-18
  • 2021-12-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-04
  • 2022-12-23
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案