Listing of registered workfiles implemented
This commit is contained in:
@ -2401,5 +2401,12 @@ namespace CobXmlSupport
|
||||
runXMLgen();
|
||||
}
|
||||
|
||||
private void btnShowWorkFiles_Click(object sender, EventArgs e)
|
||||
{
|
||||
CheckWorkItems cwi = new CheckWorkItems();
|
||||
cwi.FileList = setObjs;
|
||||
cwi.ShowDialog();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user