(2)最简单的Remoting程序
摘要:(1) 编写3步走(类库)对象General(控制台应用程序)服务器端Server:添加对象的dll引用(控制台应用程序)客户端Client:添加对象的dll引用(2) 对象using System;using System.Collections.Generic;using System.Text;namespace RemotingExample{ public class Hello : M...
阅读全文
posted @ 2007-11-04 15:23
浙公网安备 33010602011771号