/// <summary> /// The constructor of the class /// </summary> public MainForm() { InitializeComponent(); LoadTabContent(); Text = @"Vacancy Scraper by Johannes Mols [v0.9.1]"; var driveManager = new GoogleDriveManager(); driveManager.UploadAllFiles(); }