BGE: Add chgid property to make its value accessible throughout user interface

BGE: Change Id support, allow modify & clear if format has ‘ChangeIds’
This commit is contained in:
2014-05-07 13:39:15 +00:00
parent 9efa23fffc
commit b48a813a85
3 changed files with 95 additions and 44 deletions

View File

@@ -103,6 +103,12 @@ namespace Volian.Controls.Library
get { return _MyCopyStep; }
set { _MyCopyStep = value; }
}
private string _ChgId;
public string ChgId
{
get { return _ChgId; }
set { _ChgId = value; }
}
#endregion
#region Events
/// <summary>