Listing of registered workfiles implemented

This commit is contained in:
2015-07-21 15:03:01 +02:00
parent 2ead87177b
commit 49a98ea405
6 changed files with 304 additions and 0 deletions

View File

@ -2401,5 +2401,12 @@ namespace CobXmlSupport
runXMLgen();
}
private void btnShowWorkFiles_Click(object sender, EventArgs e)
{
CheckWorkItems cwi = new CheckWorkItems();
cwi.FileList = setObjs;
cwi.ShowDialog();
}
}
}