Index: src/Common/DelftTools.Controls.Swf/Table/TableViewCellStyle.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- src/Common/DelftTools.Controls.Swf/Table/TableViewCellStyle.cs (.../TableViewCellStyle.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/Common/DelftTools.Controls.Swf/Table/TableViewCellStyle.cs (.../TableViewCellStyle.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -4,11 +4,11 @@ { public class TableViewCellStyle : TableViewCell { - public TableViewCellStyle(int rowIndex, ITableViewColumn column, bool selected) : base (rowIndex, column) + public TableViewCellStyle(int rowIndex, ITableViewColumn column, bool selected) : base(rowIndex, column) { Selected = selected; } - + public Color ForeColor { get; set; } public Color BackColor { get; set; }