B2020-107: Search Save/Load (continued)

This commit is contained in:
2020-08-17 15:32:51 +00:00
parent 9142e7b168
commit 003874be8f
2 changed files with 10 additions and 1 deletions

View File

@@ -2633,6 +2633,7 @@ namespace VEPROMS.CSLA.Library
public int SearchAnnotationID
{
get { return _SearchAnnotationID; }
set { _SearchAnnotationID = value; }
}
internal string _SearchAnnotationText;
public string SearchAnnotationText