C2024-005-Annotations-Cleanup

This commit is contained in:
2024-07-16 16:31:21 -04:00
parent 74866388e6
commit 7e60f06c66
7 changed files with 446 additions and 406 deletions

View File

@@ -135,6 +135,7 @@ namespace VEPROMS
private void lbAnnotationTypes_SelectedIndexChanged(object sender, EventArgs e)
{
lblCountNumber.Text = "";
int deletecountProc = 0;
int deletecountDocv = 0;
if (pil2.Count > 0)
@@ -152,6 +153,11 @@ namespace VEPROMS
}
private void btnClose_Click(object sender, EventArgs e)
{
this.Close();
}
//private void cbAnnotationTypes_(object sender, EventArgs e)
//{