摘要: 自定义代理类Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Data; 3 4namespace DataLayer 5{ 6 /**//// 7 /// This... 阅读全文
posted @ 2007-01-05 22:53 南守拥 阅读(343) 评论(1) 推荐(0) 编辑
摘要: Machine类(可以包含容器)Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2 3namespace Gof.Test.Mediator 4{ 5 public class Machine 6 { 7 ... 阅读全文
posted @ 2007-01-05 17:21 南守拥 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 操作上的抽象Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1using System;23namespace Gof.Test.Bridge4{5 public interface ITankAction6 {7 strin... 阅读全文
posted @ 2007-01-05 14:09 南守拥 阅读(443) 评论(1) 推荐(0) 编辑