Ejemplo n.º 1
0
 /// <summary>
 /// Show inputs
 /// </summary>
 public void SetUserInputState()
 {
     LoginFormPanel.Show();
     LoggingInPanel.Hide();
 }
Ejemplo n.º 2
0
 /// <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...";
 }