Compare commits

..

No commits in common. "f3efd409c673dab46dffe8e6b544ae786df7da12" and "7c33bad3628f393c5989907c45a007354f7b4288" have entirely different histories.

View File

@ -104,8 +104,6 @@ namespace VEPROMS
// Process used to cleanup annotations "(Proceed?" button)
private void button1_Click(object sender, EventArgs e)
{
if (lbAnnotationTypes.SelectedIndex > -1)
{
TextBox frm2 = mainForm.GettxtProcess();
@ -148,7 +146,6 @@ namespace VEPROMS
}
}
frm3.AppendText(Environment.NewLine + Environment.NewLine + "Total Annotations Deleted: " + totalDeleteCnt + Environment.NewLine + Environment.NewLine);
}
}