private void UploadButton_Click(object sender, EventArgs e) { if (!ValidateForm()) { return; } BackgroundUploader.RunWorkerAsync(); }