Skip to content

Commit

Permalink
Removed openPdfFileDialog.Reset();
Browse files Browse the repository at this point in the history
  • Loading branch information
olopatnov-bbapp committed Mar 26, 2019
1 parent 2e5e7ad commit ae830be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PdfConcatenator/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ private void addButton_Click(object sender, EventArgs e)
{
listBoxFiles.Items.AddRange(openPdfFileDialog.FileNames);
}
openPdfFileDialog.Reset();
}

private void removeButton_Click(object sender, EventArgs e)
Expand Down

0 comments on commit ae830be

Please sign in to comment.