Esempio n. 1
0
        private void disableAllInstructionsViewControls()
        {
            InstructionsView instructionsView = (InstructionsView)currentView;

            this.button_BACK      = instructionsView.disableInstructionsView_BACK_Button(this.button_BACK);
            this.finScore.Visible = false;
        }
Esempio n. 2
0
        private void enableAllInstructionsViewControls()
        {
            InstructionsView instructionsView = (InstructionsView)currentView;

            this.button_BACK = instructionsView.enableInstructionsView_BACK_Button(this.button_BACK);
        }