4 references to Show
WinFormsControlsTest (4)
ListViewTest.cs (3)
202
MessageBox.
Show
(this, $"Task at group index {e.GroupIndex} was clicked", "GroupClick Event");
208
MessageBox.
Show
(this, "listView2_Click", "event");
217
MessageBox.
Show
(this, $"Click {clone.Text} in ListView3", "Click Event");
RichTextBoxes.cs (1)
112
MessageBox.
Show
(this, ReportLinkClickedEventArgs(sender, e), "link clicked");