Method ShowInformation
ShowInformation(string, string, bool)
Shows an information dialog with the specified information and title.
void ShowInformation(string information, string title, bool openAsync = true)
Parameters
information
stringThe information to display.
title
stringThe title of the dialog.
openAsync
boolIndicates whether to open the dialog asynchronously.
ShowInformation(string, bool)
Shows an information dialog with the specified information.
void ShowInformation(string information, bool openAsync = true)