摘要: 1. Define the staticresource <UserControl.Resources> <Style x:Name="Button1" TargetType="Button"> <Setter Property="Width" Value="70"/> </Style> </UserControl.Resources>2. Use the defined static resource <Button Content="N 阅读全文
posted @ 2011-04-20 11:21 Enmiky Yan 阅读(271) 评论(0) 推荐(0)
摘要: 一、Workflow Foundation versionsThe current version of WF was released as part of the .NET Framework version 4 and is referred to as (WF4).Workflow Foundation was first released in Version 3 of the .NET Framework, and primarily uses the System.Workflow.Activities, System.Workflow.ComponentModel, and S 阅读全文
posted @ 2011-04-19 17:18 Enmiky Yan 阅读(289) 评论(0) 推荐(0)