Exemplo n.º 1
0
        private void btnSave_Click(object sender, System.EventArgs e)
        {
            IPPs.UpdateIPPSend(Convert.ToDateTime(SentDate.EditValue), Convert.ToInt32(IPPId));

            MessageBox.Show("Record Has Been Saved", "Save");
            this.DialogResult = DialogResult.OK;
        }