Open MelHarbour opened 7 years ago
Currently these just return a string, and we use string.IsNullOrEmpty() to determine whether the user cancelled out of the dialog. That's not really in the spirit of what the dialog is doing!
string.IsNullOrEmpty()
Currently these just return a string, and we use
string.IsNullOrEmpty()
to determine whether the user cancelled out of the dialog. That's not really in the spirit of what the dialog is doing!