case 3823
This commit is contained in:
@@ -1334,6 +1334,7 @@ namespace AyaNova
|
||||
if (mClientNoteIdToDisplay != Guid.Empty)
|
||||
{
|
||||
ClientNotesForm CN = new ClientNotesForm();
|
||||
CN.ClientNoteIdToDisplay = mClientNoteIdToDisplay;
|
||||
CN.ClientID = mClient.ID;
|
||||
CN.ShowDialog();
|
||||
}
|
||||
@@ -2096,7 +2097,7 @@ namespace AyaNova
|
||||
|
||||
//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; } }
|
||||
|
||||
|
||||
private Client mClient;
|
||||
|
||||
Reference in New Issue
Block a user