예제 #1
0
파일: StepTracer.cs 프로젝트: mchnry/flow
 internal LogicEngineTrace(EngineStepTracer tracer)
 {
     this.tracer = tracer;
 }
예제 #2
0
파일: StepTracer.cs 프로젝트: mchnry/flow
 internal WorkflowEngineTrace(EngineStepTracer tracer)
 {
     this.tracer = tracer;
 }