学习论坛 会员投稿 RSS订阅 站内通告:
搜索: 您的位置网站源代码 > 网络编程 > asp.net教程 > ASP.NET Remoting体系结构(八): 构建远程类对象(2)

ASP.NET Remoting体系结构(八): 构建远程类对象(2)

2009-10-01 09:11:11 来源:原创 【 】 浏览:
摘要: /// /summary private System.ComponentModel.IContainer components = null; /// summary /// 清理所有正在使用的资源。 /// /summary /// param name=disposing如果应释放托管资源,为 tru

/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.SuspendLayout();
//
// RemotingClass
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(364, 272);
this.Name = "RemotingClass";
this.Text = "RemotingClass";
this.ResumeLayout(false);
}
#endregion
}
}

图1  “工程属性”对话框


顶一下
(0)
0%
踩一下
(0)
0%
Tags: asp.net教程 网络编程
责任编辑:小人物
收藏】 【挑错】 【推荐】 【打印
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
验证码:点击我更换图片
关于我们 | 网站声明 | 广告服务 | 招聘英才 | 联系我们 | 网站地图 | RSS订阅 |