摘要: 1、创建一个远程对象(DLL):新建一个解决方案(类库),命名为RemoteObject创建一个类 RemoteTest,代码如下using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.SqlClient;namespace RemoteObject{ p... 阅读全文
posted @ 2010-04-21 10:52 马建康 阅读(845) 评论(0) 推荐(0) 编辑