BKI_DichVuMatDat.HeThong.f301_quy_trinh_tinh_luong_v3.m_cmd_thu_nhap_tu_luong_detail_Click C# (CSharp) Method

m_cmd_thu_nhap_tu_luong_detail_Click() public method

public m_cmd_thu_nhap_tu_luong_detail_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void m_cmd_thu_nhap_tu_luong_detail_Click(object sender, EventArgs e)
        {
            try
            {
                m_cmd_cham_cong_theo_thang.Visible = (m_cmd_cham_cong_theo_thang.Visible) ? false : true;
                m_cmd_cham_cong_bang_excel.Visible = (m_cmd_cham_cong_bang_excel.Visible) ? false : true;
            }
            catch (Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }