65.9K
CodeProject is changing. Read more.
Home

TIP: Handling WPF DialogResult with simplicity

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.75/5 (6 votes)

Jun 18, 2010

CPOL
viewsIcon

17162

Or even...if (frm.ShowDialog() == true){ // do something here}

Or even...
if (frm.ShowDialog() == true)
{
  // do something here
}