protected void Back() { NameLabel.Hide(); NameBox.Hide(); NameBox.Text = ""; TypeLabeld.Hide(); Typebox.Hide(); OwnerLabel.Hide(); OwnerBox.Hide(); OwnerBox.Text = ""; AddButton.Show(); ViewButton.Show(); BackButton.Hide(); DoneButton.Hide(); ScreenLabel.Hide(); ScreenSpin.Hide(); ScreenSpin.Text = "0"; CatLabel.Hide(); CatBox.Hide(); ExcLabel.Hide(); ExTablesButton.Hide(); ExTablesButton.Active = false; HoursLabel.Hide(); HoursBox.Hide(); HoursBox.Text = ""; }
public Form1() { InitializeComponent(); Start1.Hide(); NameLabel.Hide(); UsernameInput.Hide(); }
void SetupMethod() { AddPlayerButton.Show(); NameLabel.Show(); NameField.Show(); DoneButton.Show(); CurrentGame.Setup(); DoneButton.Hide(); AddPlayerButton.Hide(); NameLabel.Hide(); NameField.Hide(); SetupGameButton.Hide(); RunGameButton.Show(); }