コード例 #1
0
 public Brush GetBrushFromHex(string hexColor)
 {
     return(themeService.GetBrushFromHex(hexColor));
 }