comparison FrmEditUnitEquipment.cs @ 46:1576f669b3eb

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
author IBBoard <dev@ibboard.co.uk>
date Sun, 13 Sep 2009 17:33:36 +0000
parents 7ace7d2249ac
children 712915de47fd
comparison
equal deleted inserted replaced
45:1c74b51abac1 46:1576f669b3eb
2 // 2 //
3 // The file and the library/program it is in are licensed and distributed, without warranty, under the GNU Affero GPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license. 3 // The file and the library/program it is in are licensed and distributed, without warranty, under the GNU Affero GPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license.
4 4
5 using System; 5 using System;
6 using System.Drawing; 6 using System.Drawing;
7 using System.Collections;
8 using System.ComponentModel; 7 using System.ComponentModel;
9 using System.Windows.Forms; 8 using System.Windows.Forms;
10 using IBBoard.Commands; 9 using IBBoard.Commands;
11 using IBBoard.WarFoundry.API; 10 using IBBoard.WarFoundry.API;
12 using IBBoard.WarFoundry.API.Commands; 11 using IBBoard.WarFoundry.API.Commands;