mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 12:42:19 +02:00
Removed MD files, we only use the webportal from now on. All MD files moved to archive
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<SequentialWorkflowActivity x:Class="MyWorkflow" x:Name="MyWorkflow" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/workflow">
|
||||
<CodeActivity x:Name="codeActivity1" />
|
||||
<x:Code><![CDATA[
|
||||
public class Foo : SequentialWorkflowActivity {
|
||||
public Foo() {
|
||||
Console.WriteLine("FOOO!!!!");
|
||||
}
|
||||
}
|
||||
]]></x:Code>
|
||||
</SequentialWorkflowActivity>
|
Reference in New Issue
Block a user