BKI_DichVuMatDat.NghiepVu.F394_gd_nhan_vien_phu_cap.F393_gd_nhan_vien_phu_cap_Load C# (CSharp) Method

F393_gd_nhan_vien_phu_cap_Load() private method

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