Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueMystical authored Feb 8, 2024
1 parent 38c6f2c commit aacd733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ List<KeyValue> _Fields = new List<KeyValue>
if (Messenger.InputBox("Custom InputBox", "Please Fill the Form:", ref _Fields,
Base64Icons.MsgIcon.Edit, MessageBoxButtons.OKCancel) == DialogResult.OK)
{

Debug.WriteLine(string.Format("The New Password is: '{0}'", _Fields[0].Value));
}
```
# Implementation
Expand Down

0 comments on commit aacd733

Please sign in to comment.