Skip to content

Instantly share code, notes, and snippets.

@kosanmil
Created January 31, 2019 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kosanmil/1473cf43309ea742a4a0d80ac3593ec3 to your computer and use it in GitHub Desktop.
Save kosanmil/1473cf43309ea742a4a0d80ac3593ec3 to your computer and use it in GitHub Desktop.
var visitor = new StartUnitVisitor();
processUnitToStart.AcceptVisitor(visitor);
Console.WriteLine("Process unit {0} started", processUnitToStart);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment