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
informationstringThe information to display.
titlestringThe title of the dialog.
openAsyncboolIndicates whether to open the dialog asynchronously.
ShowInformation(string, bool)
Shows an information dialog with the specified information.
void ShowInformation(string information, bool openAsync = true)