======Метод MessageDlg.Show(String)====== Displays a message box with specified text. * **Пространство имен:** [[developers:references:topomatic.controls.dialogs|Topomatic.Controls.Dialogs]] * **Сборка:** Topomatic.Controls (в Topomatic.Controls.dll) =====Синтаксис===== public static DialogResult Show(string text) **Параметры** * //text// * Тип: System.String * The text to display in the message box. **Возвращаемое значение** * Тип: System.Windows.Forms.DialogResult * One of the System.Windows.Forms.DialogResult values.