Ejemplo n.º 1
0
 /// <summary>
 /// Forces the instructions to be seen even if seen in the past. Used from within the main menu.
 /// </summary>
 public void ForceInstructions()
 {
     runTimeApplication.SaveDefalutFeaturesToDisplay();
     runTimeApplication.SetMenuIconVisibility();
     howToInstructor.InitializeHowtoInstructor();
     runTimeApplication.HideApplicationComponents();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Forces the instructions to be seen even if seen in the past. Used from within the main menu.
 /// </summary>
 public void ForceInstructions()
 {
     runTimeApplication.SetMenuIconVisibility();
     howToInstructor.InitializeHowtoInstructor();
     runTimeApplication.HideApplicationComponents();
     runTimeApplication.ShouldShowBackground(true);
 }