case 3823

This commit is contained in:
2020-10-15 20:40:20 +00:00
parent fb9066d5d1
commit fb65f749a1
3 changed files with 10 additions and 2 deletions

View File

@@ -462,7 +462,7 @@ namespace AyaNova
#region properties
//case 3823
private Guid mClientNoteIdToDisplay = Guid.Empty;
public Guid ClientNoteToDisplay { get { return mClientNoteIdToDisplay; } set { mClientNoteIdToDisplay = value; } }
public Guid ClientNoteIdToDisplay { get { return mClientNoteIdToDisplay; } set { mClientNoteIdToDisplay = value; } }