예제 #1
0
 protected static bool ExistingTest(PSMComponent candidate, Version oldVersion, Version newVersion)
 {
     return(candidate.Version == newVersion && candidate.ExistsInVersion(newVersion) && candidate.ExistsInVersion(oldVersion));
 }