递归枚举排列、组合的C#源码__教程 |
|
日期:2007-5-20 0:37:56 人气:356 [大 中 小] |
|
|
|
// InitializeComponent();
// // TODO: 在 InitializeComponent 调用后添加任何构造函数代码 // }
/// /// 清理所有正在使用的资源。 /// protected override void Dispose( bool disposing ) { if( disposing ) { if (components != null) { components.Dispose(); } } base.Dispose( disposing ); }
#region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// private void InitializeComponent() { this.gridShow = new System.Windows.Forms.DataGrid(); this.domainFunction = new System.Windows.Forms.DomainUpDown(); |
|
出处:本站原创 作者:佚名 |
|
|