摘要:
This article explains how to make a custom Windows Tab Control in C#. This article explains how to make a custom Windows Tab Control in C#. Download d 阅读全文
摘要:
yield是C#为了简化遍历操作实现的语法糖,我们知道如果要要某个类型支持遍历就必须要实现系统接口IEnumerable,这个接口后续实现比较繁琐要写一大堆代码才能支持真正的遍历功能。举例说明 1 using System; 2 using System.Collections.Generic; 3 阅读全文
摘要:
Microsoft.Office.Workflow.Actions Namespace SharePoint 2010 Contains the workflow activities that are included withMicrosoft SharePoint Server 2010 Cl 阅读全文