Exemple #1
0
 internal LogStructureWithoutInput(LogFlowStructure flowStructure)
 {
     _flowStructure = flowStructure;
 }
Exemple #2
0
 internal LogStructureWithInput(LogFlowStructure flowStructure)
 {
     _flowStructure = flowStructure;
 }