case 3823
This commit is contained in:
@@ -265,7 +265,10 @@ namespace AyaNova
|
||||
|
||||
this.Text = Util.LocaleText.GetLocalizedText("ClientNote.Label.List") + " - " + AyaBizUtils.GetBizObjectName("Client", mClientID);
|
||||
|
||||
|
||||
if (mClientNoteIdToDisplay != Guid.Empty)
|
||||
{
|
||||
MessageBox.Show("STUB: scroll into view id " + mClientNoteIdToDisplay.ToString());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -457,6 +460,11 @@ namespace AyaNova
|
||||
#endregion
|
||||
|
||||
#region properties
|
||||
//case 3823
|
||||
private Guid mClientNoteIdToDisplay = Guid.Empty;
|
||||
public Guid ClientNoteToDisplay { get { return mClientNoteIdToDisplay; } set { mClientNoteIdToDisplay = value; } }
|
||||
|
||||
|
||||
|
||||
private Guid mClientID=Guid.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user