Skip to content

Swapping ContentPresenter Content for different Screens #20

@nerdkl

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));
    }

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