/// <summary> /// Displays the confirmation message box /// </summary> public void Show() { ModalDialog.Show(); if (OnShow != null) { OnShow(); } }
/// <summary> /// Displays the confirmation message box /// </summary> public void Show() { ModalDialog.Show(); TimerTimeout.Interval = Timeout; TimerTimeout.Enabled = true; }