C2024-005-Annotations-Cleanup
This commit is contained in:
@@ -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)
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user