C2024-005-Annotations-Cleanup-2

This commit is contained in:
2024-07-18 11:12:30 -04:00
parent 069ffb80e9
commit a804a3866a
3 changed files with 636 additions and 25 deletions

View File

@@ -129,6 +129,7 @@ namespace VEPROMS
// Retrieve number of annotations that will be deleted.
private void lbAnnotationTypes_SelectedIndexChanged(object sender, EventArgs e)
{
btnClean.Enabled = false;
lblCountNumber.Text = "";
int deletecountProc = 0;
int deletecountDocv = 0;
@@ -144,6 +145,7 @@ namespace VEPROMS
deletecountDocv = Annotation.getAnnotationCountDocv(AnnotationTyp, getAnnotationDocvItems(dvil2));
}
lblCountNumber.Text = (deletecountProc + deletecountDocv).ToString();
btnClean.Enabled = true;
}
// Close form.