ACAT.Extensions.Default.UI.Dialogs.AboutBoxForm.updateUserProfileInfo C# (CSharp) Method

updateUserProfileInfo() private method

Updates user/profile info on the form
private updateUserProfileInfo ( ) : void
return void
        private void updateUserProfileInfo()
        {
            labelUserProfileInfo.Text = string.Format("{0}: {1}, {2}: {3}", Resources.User, UserManager.CurrentUser, Resources.Profile, ProfileManager.CurrentProfile);
        }
    }