Creating a pop up menu dialog box

Menu > Project > Add new item > Visual C# > Content Dialog We delete the following default ContentDialog options to remove them: PrimaryButtonText=SecondaryButtonText=PrimaryButtonClick=SecondaryButtonClick= The xaml code The xmal.cs code Using the dialog box Note – make the _Click method “private async” as it will be doing an async call

Read More