2 references to Show
WinFormsControlsTest (2)
Dialogs.cs (1)
38
MessageBox.
Show
(string.Join(',', openFileDialog.FileNames), "File Names");
PictureBoxes.cs (1)
55
MessageBox.
Show
(e.Error.Message, $"{e.Error.GetType().FullName} occurred");