示例#1
0
        /// <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);
        }
示例#2
0
 /// <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);
 }