呵呵,终于有输出了,太感谢你们拉
不相信未作牺牲竟先可拥有,只相信靠双手找到我的欲求!!
我的博客:http://liao5930.blog.
static void Main()
{
Application.Run(new Form1());
}
private void button1_Click(object sender, System.EventArgs e)
{
int x,y,z;
x=5;
y=5;
z=x+y;
System.Console.WriteLine("z={0}",z);
System.Console.ReadLine();
}
}