BKI_DichVuMatDat.NghiepVu.f312_dang_ky_giam_tru_nguoi_phu_thuoc_v2.m_cmd_them_click C# (CSharp) Method

m_cmd_them_click() private method

private m_cmd_them_click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void m_cmd_them_click(object sender, EventArgs e)
        {
            try
            {
                f313_dang_ky_giam_tru_nguoi_phu_thuoc_v2_details v_f = new f313_dang_ky_giam_tru_nguoi_phu_thuoc_v2_details();
                v_f.display_4_insert();
                load_data_to_grid();
            }
            catch (Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }