Esempio n. 1
0
 public ConfigurationCategory(ImageSource thumbnailPath, ConfigurationCategoryType categoryType, string strTitle, string strDescription, string strDetail)
 {
     this.ThumbnailPath      = thumbnailPath;
     this.CategoryType       = categoryType;
     this.Title              = strTitle;
     this.Description        = strDescription;
     this.Detail             = strDetail;
     this.CategoryBackground = (Brush) new BrushConverter().ConvertFrom("#FF454545");
 }
Esempio n. 2
0
 public ConfigurationCategoryAttribute(ConfigurationCategoryType type)
 {
     Type = type;
 }