Esempio n. 1
0
 public static string[] GetSrCsWeb(ProductId productId, TargetVersion target, string branch) => CssWebCsLoader.GetSrCs(productId, target, new SrBranchName(branch), true);
Esempio n. 2
0
 public static string[] GetBldCsWeb(ProductId productId, TargetVersion target, string build) => CssWebCsLoader.GetBldCs(productId, target, build);
Esempio n. 3
0
 public static string[] GetSrCsWeb(View view) => CssWebCsLoader.GetSrCs(view, true);