Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.WinForms
comparison FrmNewUnit.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 | 6ab7ddc038f9 |
children | 1bcd7ea857c4 |
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; | 9 using IBBoard; |
11 using IBBoard.Lang; | 10 using IBBoard.Lang; |
12 using IBBoard.Windows.Forms; | 11 using IBBoard.Windows.Forms; |