public CustomTab() { textbox = new RichTextBox(); this.Controls.Add(textbox); textbox.Dock = DockStyle.Fill; history = new BrowserHistory(); history.Urls = new List <string>(); }
public GUI() { InitializeComponent(); favs = new Favourites(); bHistory = new BrowserHistory(); hp = new HomePage(); populateFavourites(); populateHistory(); initNewTab(); }