Skip to content

Swapping ContentPresenter Content for different Screens #20

Description

@nerdkl

if i go from menu to new game screen where i can pick seed generator etc..
its working fine. if i try to go back to menu (cancel) or to game (apply) it throws an exception:
"seed property not found". i have even tried to implement on seed property on menu screen, but same result.

  public GameViewModel CurrentScreen
    {
        get => currentscreen;
        private set => SetProperty(ref currentscreen, value, nameof(CurrentScreen));
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions