Constructors for message dialogs that can be used to ask your user simple questions.
| Name | Description |
|---|---|
| MessageDialog (String) | Initializes a new instance of the MessageDialog class to display an untitled message dialog that can be used to ask your user simple questions. |
| MessageDialog (String, String) | Initializes a new instance of the MessageDialog class to display a titled message dialog that can be used to ask your user simple questions. |