c#编程错误 1 未能找到类型或命名空间名称“Form”(是否缺少 using 指令或程序集引用?)
usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Da...
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;
namespace RC5
{ public partial class RC5Form : Form
{ public RC5Form()
{ InitializeComponent();
}
private void sourceFileButton_Click(object sender, EventArgs e)
{ if (openFileDialog.ShowDialog() == DialogResult.OK)
{ sourceFileTextBox.Text = openFileDialog.FileName; }
}rgetFileButton_Click(object sender, EventArgs e)
{ if (saveFileDialog.ShowDialog() == DialogResult.OK)
{
targetFileTextBox.Text = saveFileDialog.FileName;
}
}
private void keyButton_Click(object sender, EventArgs e) 展开
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;
namespace RC5
{ public partial class RC5Form : Form
{ public RC5Form()
{ InitializeComponent();
}
private void sourceFileButton_Click(object sender, EventArgs e)
{ if (openFileDialog.ShowDialog() == DialogResult.OK)
{ sourceFileTextBox.Text = openFileDialog.FileName; }
}rgetFileButton_Click(object sender, EventArgs e)
{ if (saveFileDialog.ShowDialog() == DialogResult.OK)
{
targetFileTextBox.Text = saveFileDialog.FileName;
}
}
private void keyButton_Click(object sender, EventArgs e) 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询