摘要: namespace Test{ using System; using System.Runtime.Serialization; using System.Runtime.Serialization.Json; using System.Text; using System.Xml; using System.Xml.Serialization; using Microshaoft; using Test.Share; public class Class1 { static WebDirectory _wd = nu... 阅读全文
posted @ 2012-04-06 23:24 于斯人也 阅读(1045) 评论(0) 推荐(1) 编辑
摘要: namespace Microshaoft{ using System; using System.Linq; public class Class1 { static void Main(string[] args) { var entrys = new[] { new { ... 阅读全文
posted @ 2012-04-06 01:41 于斯人也 阅读(620) 评论(0) 推荐(0) 编辑
摘要: //==========================================================================================================================/*csc /r:Share.dll Server.cs*/namespace Microshaoft.RemotingObjects.Server{ using System; using System.Threading; using System.Collections.Concurrent; using Microsh... 阅读全文
posted @ 2012-04-06 01:03 于斯人也 阅读(373) 评论(0) 推荐(0) 编辑