BKI_DichVuMatDat.NghiepVu.f390_gd_thu_nhap_khac.m_cmd_them_thu_nhap_Click C# (CSharp) Method

m_cmd_them_thu_nhap_Click() private method

private m_cmd_them_thu_nhap_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void m_cmd_them_thu_nhap_Click(object sender, EventArgs e)
        {
            try
            {
                decimal v_id_gd_thu_nhap_khac = 0;
                if (check_data_is_ok())
                {
                    save_data(ref v_id_gd_thu_nhap_khac);
                    load_data_2_grid(CIPConvert.ToDecimal(m_sle_chon_nhan_vien.EditValue), CIPConvert.ToDecimal(m_txt_chon_thang.Text.Trim()), CIPConvert.ToDecimal(m_txt_chon_nam.Text.Trim()));
                    focus_new_row_created(v_id_gd_thu_nhap_khac);
                }
            }
            catch (Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }