Ejemplo n.º 1
0
        protected internal virtual void OnDeleteButton()
        {
            if (IsNewAppointment)
            {
                return;
            }

            Controller.DeleteAppointment();

            DialogResult = DialogResult.Abort;
            Close();
        }