Development #373

Merged
djankowski merged 17 commits from Development into master 2024-08-01 08:37:24 -04:00
Showing only changes of commit f3efd409c6 - Show all commits

View File

@ -104,6 +104,8 @@ 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();
@ -146,6 +148,7 @@ namespace VEPROMS
}
}
frm3.AppendText(Environment.NewLine + Environment.NewLine + "Total Annotations Deleted: " + totalDeleteCnt + Environment.NewLine + Environment.NewLine);
}
}