0

我的 C# Visual Studio 2010 Express 有问题。我正在编写一个 WinForms 应用程序,当我在属性选项卡中选择一些东西时,代码应该已经自动生成了。我的意思是这样的事情:

this.button1.Location = new System.Drawing.Point(102,135);
this.button1.Name = "button1"; //etc.

有什么建议可以打开此代码生成吗?这只是节省时间,而不是输入所有内容。提前致谢。

4

0 回答 0