static void Main(string[] args)
        {
            Activity workflow1 = new Pouet();

            WorkflowInvoker.Invoke(workflow1);
            Console.Read();
        }
Exemplo n.º 2
0
 public Bar1(Pouet p)
 {
 }