MelHarbour / nklink-tools

MIT License
1 stars 1 forks source link

Clean up creating file dialogs #5

Open MelHarbour opened 7 years ago

MelHarbour commented 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!