Using Logon instead of Name in Password dialog display
This commit is contained in:
parent
858fc7f7b0
commit
bacc1f0685
@ -77,7 +77,7 @@ namespace ENI2.EditControls
|
|||||||
|
|
||||||
private void EditWindowBase_Loaded(object sender, RoutedEventArgs e)
|
private void EditWindowBase_Loaded(object sender, RoutedEventArgs e)
|
||||||
{
|
{
|
||||||
this.textBlockName.Text = CurrentUser.Name;
|
this.textBlockName.Text = CurrentUser.Logon;
|
||||||
this.AddVisible = false;
|
this.AddVisible = false;
|
||||||
this.OkVisible = false;
|
this.OkVisible = false;
|
||||||
var cancelButton = (Button)Template.FindName("buttonCancel", this);
|
var cancelButton = (Button)Template.FindName("buttonCancel", this);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user