// Initialize the theme painters. static ThemeManager() { mainPainter = CreateDefaultThemePainter(); systemPainter = mainPainter; }
public HelpWindow(IThemePainter theme) : base(theme) { }
public IApplicationWindow(IThemePainter theme) { this.theme = theme; }