Пример #1
0
 /// <summary>
 ///     Returns the steps that are used only for the current installation type
 /// </summary>
 /// <returns></returns>
 public IEnumerable <InstallSetupStep> GetStepsForCurrentInstallType() => GetAllSteps()
 .Where(x => x.InstallTypeTarget.HasFlag(_installHelper.GetInstallationType()));