comparison FrmSelectSystem.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
comparison
equal deleted inserted replaced
45:1c74b51abac1 46:1576f669b3eb
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.IO; 6 using System.IO;
7 using System.Drawing; 7 using System.Drawing;
8 using System.Collections;
9 using System.ComponentModel; 8 using System.ComponentModel;
10 using System.Windows.Forms; 9 using System.Windows.Forms;
11 using IBBoard; 10 using IBBoard;
12 using IBBoard.Lang; 11 using IBBoard.Lang;
13 using IBBoard.WarFoundry.API; 12 using IBBoard.WarFoundry.API;