コード例 #1
0
ファイル: MainApi.cs プロジェクト: VictorCherenkov/cctools
 public static string[] GetSrCsWeb(ProductId productId, TargetVersion target, string branch) => CssWebCsLoader.GetSrCs(productId, target, new SrBranchName(branch), true);
コード例 #2
0
ファイル: MainApi.cs プロジェクト: VictorCherenkov/cctools
 public static string[] GetBldCsWeb(ProductId productId, TargetVersion target, string build) => CssWebCsLoader.GetBldCs(productId, target, build);
コード例 #3
0
ファイル: MainApi.cs プロジェクト: VictorCherenkov/cctools
 public static string[] GetSrCsWeb(View view) => CssWebCsLoader.GetSrCs(view, true);