Ejemplo n.º 1
0
 public void UpdateIconPath(string iconPath)
 {
     IconPath = string.IsNullOrEmpty(iconPath) ? ResourceType.GetIconLocation() : iconPath;
 }