We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400abbe commit 6539f4bCopy full SHA for 6539f4b
1 file changed
Form1.cs
@@ -76,7 +76,7 @@ private void button1_Click(object sender, EventArgs e)
76
);
77
78
// Abort if canceled etc
79
- if (promptResult != DialogResult.Yes)
+ if (promptResult != DialogResult.OK)
80
{
81
return;
82
}
0 commit comments