摘要:
在这一节里我们建立了一个叫General的类库,在他里面主要是作为服务器端的一个函数:他的完整代码如下: using System;using System.Collections.Generic;using System.Text;namespace General{ public class HelloServer : MarshalByRefObject { ... 阅读全文
posted @ 2007-06-12 19:32
过江
阅读(972)
评论(2)
推荐(0)