APG.UI.UserLoginDialog.SetWindowsCred C# (CSharp) Method

SetWindowsCred() private method

private SetWindowsCred ( ) : void
return void
        private void SetWindowsCred()
        {
            loginTextBox.Text = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
        }