B2021-080 Set flag to pubic so RO Editor main screen can set it to save RO values changes when the text changes

This commit is contained in:
John Jenko 2021-08-24 14:03:01 +00:00
parent f69fd75759
commit b8394e2509

View File

@ -232,7 +232,7 @@ namespace ctlXMLEditLib
private int screenx;
private int screeny;
private int tabindx;
private bool mysavexml;
public bool mysavexml;
private Hashtable myHT;
private bool dosaveflag;
private VlnXmlElement editelem;