I look in the Workflow Designer for the Windows Workflow Foundation, and I have a small application that hosts the designer, toolbar, and property inspector according to the instructions on MSDN: http://msdn.microsoft.com/en-us/library/ dd489407.aspx
When adding an operator, such as Assign, for example, expression blocks indicate that VB should be used for expressions; however, using the workflow designer in a C # workflow project in Visual Studio, they allow C # expressions.
How can I specify the constructor / statement / tool entries that C # should use?
Thank.
Clint source
share