Exemplo n.º 1
0
 public static bool IsValid(this UIBaseStyle style)
 {
     return(!style.IsCustom());
 }
Exemplo n.º 2
0
 public static bool IsCustom(this UIBaseStyle style)
 {
     return(style.Name.IsCustom());
 }