Exemple #1
0
 public SfcProgramData(SfcEntity sfcEntity)
 {
     SfcEntity  = sfcEntity;
     StepMaster = new StepMaster();
     StepMaster.UpdateStepNames(sfcEntity);
 }