TIP: Handling WPF DialogResult with simplicity





0/5 (0 vote)
what about this one :if (new frm().ShowDialog().Equals(true)) { //do something }
what about this one :
if (new frm().ShowDialog().Equals(true)) { //do something }