摘要:
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
于斯人也
阅读(1053)
评论(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
于斯人也
阅读(631)
评论(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
于斯人也
阅读(379)
评论(0)
推荐(0)