Beispiel #1
0
    //////////////////////////////////////////
    /// Switching - Config Settings Menu

    public void Config_on()
    {
        menu_Config.Open();

        //Display the config data when the config menu opens
        configHandler.DisplayConfig();
    }