Пример #1
0
 public TestProgramBuilder WithOptimizedTriads(TestSourceKey sourceKey)
 {
     Program.OptimizedTriads = TestProgramsGenerator.GetOptimizedTriads(sourceKey);
     return(this);
 }