APG.CodeHelper.DataGridViewHelper.DoLeaveDateTimeCell C# (CSharp) Method

DoLeaveDateTimeCell() private static method

private static DoLeaveDateTimeCell ( System.Windows.Forms.DataGridView dataGridView, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
dataGridView System.Windows.Forms.DataGridView
e System.Windows.Forms.DataGridViewCellEventArgs
return void
        private static void DoLeaveDateTimeCell(DataGridView dataGridView, DataGridViewCellEventArgs e)
        {
            PutBackDateTimeValue(dataGridView, e);
            if (dtpEventDatePicker != null)
            {
                dtpEventDatePicker.Visible = false;
            }
        }