public ThreadPageManager(WebBrowser browser, ThreadPageContextMenuProvider threadMenu, SolidColorBrush foreground, SolidColorBrush background) : this(browser, threadMenu) { this._fg = foreground; this._bg = background; }
public ThreadPageManager(WebBrowser browser, ThreadPageContextMenuProvider threadMenu) : this() { InitializeBrowser(browser); InitializeThreadMenu(threadMenu); }
private void InitializeThreadMenu(ThreadPageContextMenuProvider menu) { this._threadMenu = menu; }