namespace DelftTools.Tests.Controls.Swf.Table.TestClasses { internal class ClassWithBool { public bool Enabled { get; set; } } }