我爱Aspx >> Asp.Net >> 递规删除一整棵树 我自己的想法this.label1.Click += new System.EventHandler(this.label1_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(48, 144);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(104, 32);
this.button1.TabIndex = 1;
this.button1.Text = "button1";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(288, 144);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(104, 40);
this.button2.TabIndex = 2;
this.button2.Text = "button2";
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// Form1
//
this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
this.ClientSize = new System.Drawing.Size(528, 309);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
#endregion
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Main()
{
Application.Run(new Form1());
}
#endregion
#region 方法
#region 共用的方法
Ҷƪл˵?
ADO.NET 和 ADO 的比较[05-05]
对比.NET PetShop和Duwamish来探..[05-05]
Duwamish深入剖析-配置篇[05-05]
Autodesk官方最新的.NET教程(一..[05-05]
Duwamish深入剖析-结构篇[05-05]
VB.NET实现DirectDraw9 (2) 动画[05-05]
学习笔记(补)《.NET框架程序设..[05-05]
VB/ASP 调用 SQL Server 的存储过..[05-05]
?dos下编译.net程序找不到csc.e..[05-05]
通过Web Services上传和下载文件[05-05]