11 lines
188 B
C#

using System;
using System.Text;
namespace DevComponents.DotNetBar.Rendering
{
internal interface IOffice2007Painter
{
Office2007ColorTable ColorTable { get;set;}
}
}