Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#137 closed task (released)

Remove use of old collections

Reported by: ibboard Owned by:
Priority: minor Milestone: WarFoundry 0.1
Component: WarFoundry-GUI-WinForms Version:
Keywords: collections framework generic Cc:
Blocked By: Blocking: #88

Description

The WinForms app still uses some System.Collections rather than System.Collections.Generic. As we're targetting .Net 2.0-compatible frameworks it is better to use the generic versions with parameterised types.

Change History (5)

comment:1 Changed 10 years ago by ibboard

(In r242) Re #137: Remove use of old collections

  • Replace hashtables with dictionaries in FrmArmyTree

Also:

  • Correct some delegate method definitions
  • Rename a private "remove" method so that name doesn't only differ by capitalisation

comment:2 Changed 10 years ago by ibboard

Resolution: fixed
Status: newclosed

(In r244) Fixes #137: Remove use of old collections

  • Remove all references (lots unused) in WinForms code
  • Remove DebugOutput window as it isn't used any more
  • Remove unused static hashtable from UnitEquipmentChoice

comment:3 Changed 10 years ago by ibboard

released: 1

Mark released changes as released

comment:4 Changed 10 years ago by ibboard

released: 1yes

Mark released fixes as released using radio values

comment:5 Changed 10 years ago by ibboard

Resolution: fixedreleased

Mark fix as released under a previous version

Note: See TracTickets for help on using tickets.