From 67ee3d3331883bd917fe30a631477da34918d5bd Mon Sep 17 00:00:00 2001 From: Evaristo Cuesta Date: Fri, 18 Dec 2020 19:10:33 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0e496c..927c5b2 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,8 @@ public interface IFolderBrowserDialog /// Shows the folder browser dialog with a the specified owner /// /// Any object that implements IWin32Window to own the - /// folder browser dialog + /// folder browser dialog + /// /// /// System.Windows.Forms.DialogResult.OK if the user clicks OK in the dialog box; /// otherwise, System.Windows.Forms.DialogResult.Cancel.