Exemplo n.º 1
0
    // Called by the AppCoordinator when the user clicks on the app settings.

    public void OpenSettings()
    {
        if (!open && !busy)
        {
            open = true;
            screenSequence.StartSequence();
            authScreen.ClearField();
            settingsScreen.PopulateSettings();
        }
    }