摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ChickenAndEgg { class Program { static void Main(string[] args) { Eg... 阅读全文
摘要:
participants The classes and/or objects participating in this pattern are: Context (Account) defines the interface of interest to clients maintains an instance of a Con... 阅读全文
摘要:
participants The classes and/or objects participating in this pattern are: Handler (Approver) defines an interface for handling the requests (optional) implements th... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace Flyweight { public partial class _Default : Sys... 阅读全文
摘要:
1、最酷的就是这个航班浏览器了,微软写的例子。 http://silverlight.net/samples/sl2/silverlightairlines/run/default.html 源码下载:http://silverlight.net/samples/sl2/silverlightairlines/source/Source_SilverlightAirlines_CS.zip 2、欧... 阅读全文