/// <summary> /// Show inputs /// </summary> public void SetUserInputState() { LoginFormPanel.Show(); LoggingInPanel.Hide(); }
/// <summary> /// Hide inputs and indicate that the program is doing something /// </summary> public void SetLoginState() { LoginFormPanel.Hide(); LoggingInPanel.Show(); StatusLabel.Text = "Logging Into Inara.cz..."; }