BKI_DichVuMatDat.BaoCao.f492_quyet_toan_thue_TNCN.m_cmd_tinh_Click C# (CSharp) Method

m_cmd_tinh_Click() private method

private m_cmd_tinh_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void m_cmd_tinh_Click(object sender, EventArgs e)
        {
            try
            {
                splashScreenManager1.ShowWaitForm();
                load_data_to_grid();
            }
            catch(Exception v_e)
            {

                CSystemLog_301.ExceptionHandle(v_e);
            }
            finally
            {
                splashScreenManager1.CloseWaitForm();
            }
        }