コード例 #1
0
 public static string ResolveExecutingFile(BrandProvider provider)
 {
     return(System.IO.Path.Combine(ResourceManager.Root, provider.Uri));
 }
コード例 #2
0
 public static string ResolveBrandProviderImage(Brand brand, BrandProvider provider)
 {
     return(System.IO.Path.Combine(ResourceManager.Root, brand.NameAndFolder, provider.IconPath));
 }