}
catch(System.IO.FileNotFoundException)
{
MessageBox.Show("File not found!");
}
}
//保存文件

private void button6_Click(object sender, System.EventArgs e)
{
try
{
this.richTextBox1.SaveFile(@"..\..\test.txt");
}
catch(System.Exception err)
{
MessageBox.Show(err.Message);
本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/jisuanjixue/article-29694-10.html
哎
后一条慢慢来
什么时候我国才能回到万众一心的时候