Changed even out file synch is possible
This commit is contained in:
@ -44,9 +44,13 @@ namespace CobXmlSupport
|
||||
public string SampleStr { get; set; }
|
||||
|
||||
public string MoveCode { get; set; }
|
||||
//Holding code-parts used when generating moves, to and from structure
|
||||
//Holding code-parts used when generating moves, to structure
|
||||
//Could be a Variable, simple or qualified, could be retreival code.
|
||||
//Will replace "MOVE " when generating move sequences
|
||||
public string MoveFromCode { get; set; }
|
||||
//Holding code-parts used when generating moves, from structure
|
||||
//Could be a Variable, simple or qualified, could be retreival code.
|
||||
//Will replace "TO " when generating move sequences
|
||||
|
||||
public string FieldName
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user