コード例 #1
0
ファイル: ChangeInstance.cs プロジェクト: mff-uk/exolutio
 protected static bool ExistingTest(PSMComponent candidate, Version oldVersion, Version newVersion)
 {
     return(candidate.Version == newVersion && candidate.ExistsInVersion(newVersion) && candidate.ExistsInVersion(oldVersion));
 }