Solution on perform -> end-perform problem.

This commit is contained in:
2014-12-08 13:58:40 +01:00
parent 9b4f39834f
commit 1a78dcc16d
3 changed files with 66 additions and 5 deletions

View File

@ -14,6 +14,14 @@ namespace CobXmlSupport
private string qfhCode, qfhInd ;
private string[] indexStrs;
public CobRow qualCobRow
{
get
{
return qualifiedRow;
}
}
public string indexText
{
get { return qfhInd; }