public void backToMenu()
    {
        ActionObjectShowMainMenu a_actionObject = new ActionObjectShowMainMenu();
        SceneControllerMainMenu  SceneControl   = (SceneControllerMainMenu)theMaster.GetSceneController();

        SceneControl.showMainMenu(a_actionObject);
    }
Esempio n. 2
0
 public void showMainMenu(ActionObjectShowMainMenu a_actionObject)
 {
     throw new System.NotImplementedException();
 }
Esempio n. 3
0
 public void showMainMenu(ActionObjectShowMainMenu a_actionObject)
 {
     theMenuView.ShowMainView();
 }