#代码:
···
namespace hello_world
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
label1.Text = "我的第一个应用程序!";
}
}
}
···
···
namespace hello_world
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
label1.Text = "我的第一个应用程序!";
}
}
}
···
本文标题:C#第一次作业
本文链接:https://www.haomeiwen.com/subject/fyspzftx.html
网友评论