石头博客

欢迎来到石头的博客园!!! Welcome to stone's blog!

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2005年12月13日

摘要: 远程机器上: Remoting dll 主要代码(C#):namespace RemotingServer{ public class Class1 : System.MarshalByRefObject { public Class1() { } public String sayHello() { return "Hello world!"; } }}Windows服务工程的主要代码(C#)... 阅读全文
posted @ 2005-12-13 10:39 Tony 阅读(352) 评论(0) 推荐(0)