示例#1
0
 private bool dataSourceValid(string dataSource)
 {
     return(!Compound.ProcessExistsByName(createName(dataSource)));
 }
示例#2
0
 private bool proteinDataSourceValid(string proteinName, string dataSource)
 {
     return(!Compound.ProcessExistsByName(createName(proteinName, dataSource)));
 }