Changed even out file synch is possible

This commit is contained in:
2015-01-23 14:58:54 +01:00
parent fb0a2647b3
commit b8fc21521c
4 changed files with 78 additions and 13 deletions

View File

@ -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
{