display_4_insert() private method

private display_4_insert ( ) : void
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);
     }
 }