Пример #1
0
 public ThunderbirdIndexableGeneratorAttribute(TB.AccountType type, string description, bool enabled)
 {
     this.type        = type;
     this.description = description;
     this.enabled     = enabled;
 }
		public ThunderbirdIndexableGeneratorAttribute (TB.AccountType type, string description, bool enabled)
		{
			this.type = type;
			this.description = description;
			this.enabled = enabled;
		}