public FrameworkVersion(Version version, int? servicePack, FrameworkInstallationType installationType)
 {
     Version = version;
     ServicePack = servicePack;
     InstallationType = installationType;
 }
Пример #2
0
 public FrameworkVersion(Version version, int?servicePack, FrameworkInstallationType installationType)
 {
     Version          = version;
     ServicePack      = servicePack;
     InstallationType = installationType;
 }