BKI_DichVuMatDat.CONFIRM.msg002_confirm_luu_du_lieu_bang_luong.m_rdb_luu_lai_toan_bo_CheckedChanged C# (CSharp) Method

m_rdb_luu_lai_toan_bo_CheckedChanged() private method

private m_rdb_luu_lai_toan_bo_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void m_rdb_luu_lai_toan_bo_CheckedChanged(object sender, EventArgs e)
        {
            try
            {
                if(m_rdb_luu_lai_toan_bo.Checked == false)
                {
                    hide_option1();
                    return;
                }
                show_option1();
            }
            catch(Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }