Save as, winforms (c#)

前端 未结 0 946
一整个雨季
一整个雨季 2020-12-04 03:51

I wrote this code for a "save" button

        {
            File.WriteAllText(ofd.FileName, textBox1.Text);
        }

And I want to

相关标签:
回答
  • 消灭零回复
提交回复
热议问题