Hi,
I have a custom Workflow Designer hosted in my application.
In my ".xoml" I have :
<CodeActivity x:Name="code1" ExecuteCode="codeActivity1_ExecuteCode">
<x:Code><![CDATA[
private void codeActivity1_ExecuteCode(object sender, EventArgs e)
{
}
]]></x:Code>
</
CodeActivity>
My Designer load the ".xoml" with all embedded code and save without problems, but I would like to edit the source code in the designer too and not in the "xml" format.
Thanks,
Alexnaldo Santos