How do I get System.Windows.ShowDialog() to return 'true'?
I am a little new to this. System.Windows.ShowDialog's return type is bool? It is supposed to return true when you hit Submit, and false when you hit Cancel. But I am not sure how to designate which button is the official submit button.
EDIT: On a related note, I am curious as to how it can return null.