BKI_DichVuMatDat.NghiepVu.f340_dat_hs_lns_lcd.m_txt_so_tien_lcd_Leave C# (CSharp) Method

m_txt_so_tien_lcd_Leave() private method

private m_txt_so_tien_lcd_Leave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void m_txt_so_tien_lcd_Leave(object sender, EventArgs e)
        {
            try
            {
                format_txt_so_tien();
            }
            catch (Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }