DisplayForInsert() private method

private DisplayForInsert ( ) : void
return void
 private void m_cmd_insert_Click(object sender, EventArgs e)
 {
     try
     {
         F104_dm_loai_hop_dong_de v_frm = new F104_dm_loai_hop_dong_de();
         v_frm.DisplayForInsert();
         load_data_2_grid();
     }
     catch (Exception v_e)
     {
         CSystemLog_301.ExceptionHandle(v_e);
     }
 }