Example #1
0
 private void ShowMainMenu()
 {
     this.Width             = 337;
     this.Height            = 493;
     HiScoreScreenActivated = false;
     pointsText.Visible     = false;
     nameText.Visible       = false;
     label4.Text            = "o";
     label3.Text            = "l";
     label2.Text            = "o";
     label5.Text            = "u";
     MemoryLabel.Text       = "Memory";
     MemoryLabel.Left       = 38;
     MemoryLabel.Top        = 88;
     label1.Show();
     label2.Show();
     label3.Show();
     label4.Show();
     label5.Show();
     label6.Show();
     MemoryLabel.Show();
     StartButton.Show();
     HiScoresButton.Text = "Hi-Score";
     HiScoresButton.Show();
     QuitButton.Show();
     mainMenuTimer.Start();
     PlayHome();
 }