/// <summary> /// Shows the upload settings dialog when the button is clicked /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void btnUploadSettings_Click(object sender, EventArgs e) { UploadSettings dlg = new UploadSettings(); dlg.ShowDialog(); CorrectDisplay(sender, e); }