예제 #1
0
파일: Output.cs 프로젝트: rgatkinson/nadir
 void OutputGraph(SequenceDesignContext context, object result)
     {
     // Render the result
     //
     RenderingContext ctx = new RenderingContext(result);
     ctx.Compose();
     ctx.EmitSchematic();
     }