Exemplo n.º 1
0
        private void butDelete_Click(object sender, System.EventArgs e)
        {
            ProcTPs.Delete(ProcCur);
            SecurityLogs.MakeLogEntry(Permissions.TreatPlanEdit, ProcCur.PatNum, "Delete tp proc: " + ProcCur.Descript);

            DialogResult = DialogResult.OK;
        }
Exemplo n.º 2
0
 private void butDelete_Click(object sender, System.EventArgs e)
 {
     ProcTPs.Delete(ProcCur);
     DialogResult = DialogResult.OK;
 }