Private/Set-RpLoadingMessageTextBox.ps1
function Set-RpLoadingMessageTextBox { # Helper function for updating textbox # Update connection status for text box $script:Connection_Status_Box.Text = "Loading connection properties..." } |