Exemple #1
0
 public SidebarTitleUITheme(HtmlEditorSidebarTitle sidebarTitleControl) : base(sidebarTitleControl, false)
 {
     _sidebarTitleControl = sidebarTitleControl;
     ColorizedResources.Instance.ColorizationChanged += new EventHandler(ColorizationChanged);
     ApplyTheme();
 }
 public SidebarTitleUITheme(HtmlEditorSidebarTitle sidebarTitleControl) : base(sidebarTitleControl, false)
 {
     _sidebarTitleControl = sidebarTitleControl;
     ColorizedResources.Instance.ColorizationChanged += new EventHandler(ColorizationChanged);
     ApplyTheme();
 }