Example #1
0
 public static WebSkin GetSkin(string id)
 {
     return(Skins.Find(s => s.ID == id) ?? DefaultSkin);
 }