Implementing designer layout
In this task, we will create a WF4 designer layout window. This is just a WPF window. When we finish this task, we will have built a designer window. Functions will be added to the window in the following tasks.
How to do it...
- Create a WPF Application project:
Open a new Visual Studio 2010 instance and create a new WPF Application project. Name the project
WF4Designer
.Add the following three assembly references to the project:
System.Activities
,System.Activities.Core.Presentation
, andSystem.Activities.Presentation
. - Create XAML layout code:
Open the
MainWindow.xaml
file, which is created by default. Fill the file with ...
Get Microsoft Windows Workflow Foundation 4.0 Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.