-
-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthttps://hacktoberfest.digitalocean.comhttps://hacktoberfest.digitalocean.comhelp wantedExtra attention is neededExtra attention is neededup-for-grabs
Milestone
Description
Spin-off of #48
If you attempt to call ShowDialog
on a TaskDialog
that you haven't added any buttons to, the call to ShowDialog
will throw an InvalidOperationException
.
Example:
var dialog = new Ookii.Dialogs.Wpf.TaskDialog
{
Content = "Message",
MainInstruction = "Instruction",
};
dialog.ShowDialog(); // InvalidOperationException
Let's add a default OK
button to the TaskDialog
if no buttons were setup.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthttps://hacktoberfest.digitalocean.comhttps://hacktoberfest.digitalocean.comhelp wantedExtra attention is neededExtra attention is neededup-for-grabs