240
一线老司机

测试Windows live writer 发日志

测试图片:

image

测试代码段:

   1: //中文
   2: public class InvisibleQueryConditionCollection : ControlCollection
   3:  {
   4:      public InvisibleQueryConditionCollection(Control owner)
   5:          : base(owner)
   6:      {
   7:      }
   8:  
   9:      public override void Add(Control child)
  10:      {
  11:          if (child is InvisibleQueryCondition)
  12:          {
  13:              base.Add(child);
  14:          }
  15:      }
  16:  }
posted @ 2009-12-23 09:40  明年我18  阅读(220)  评论(0编辑  收藏  举报