摘要:
#define cs4 //C# 4.0+//#define cs2 //C# 2.0+// /r:C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Runtime.Caching.dllnamespace Test{ using System;#if cs4 using System.Runtime.Caching;#endif using... 阅读全文
posted @ 2010-11-27 02:26
于斯人也
阅读(1341)
评论(0)
推荐(0)
摘要:
namespace Test{ using System; using System.IO; using System.Text; using System.Xml; using System.Xml.Serialization; using Test.Share; using Microshaoft; public class Class1 { static void Main(string[]... 阅读全文
posted @ 2010-11-27 02:24
于斯人也
阅读(2423)
评论(0)
推荐(0)