Skip to content

Trying to make a content dialog and getting a error #952

Answered by Mithicor
pieckenst asked this question in Q&A

You must be logged in to vote

Change the constructor of your dialog to include ": base(contentPresenter)"

public TermsOfUseContentDialog(ContentPresenter contentPresenter) : base(contentPresenter)   
{
    InitializeComponent();
}

Replies: 7 comments 3 replies

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies

You must be logged in to vote
3 replies
@Mithicor

Answer selected by pieckenst
@pieckenst

@pieckenst

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants