internal FeaturePreReleaseLabel(PreReleaseLabelParticle branchLabel, PreReleaseLabelParticle featureBranchLabel) : base(branchLabel)
 {
     FeatureBranchLabel = featureBranchLabel;
 }
Пример #2
0
 internal PreReleaseLabel(PreReleaseLabelParticle branchLabel)
 {
     BranchLabel = branchLabel;
 }