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