Exemplo n.º 1
0
 /// <summary>
 /// Dismisses the dialog box.
 /// </summary>
 public void Close()
 {
     ModalDialog.Hide();
 }
Exemplo n.º 2
0
        /// <summary>
        /// Displays the add/edit service dialog box.
        /// </summary>
        public void Show()
        {
            DataBind();

            ModalDialog.Show();
        }