コード例 #1
0
 private ITreeNode addParameterIdentificationToTree(ParameterIdentification parameterIdentification)
 {
     return(_explorerPresenter.AddSubjectToClassifyToTree <ParameterIdentification, ClassifiableParameterIdentification>(parameterIdentification, addClassifiableParameterIdentificationToParameterIdentificationRootFolder));
 }