view Dialog.cs @ 5:65279b85446f

Re #1 - LGPL license all code * Add LGPL header to all files * Add COPYING.LGPL and COPYING.GPL with content of license Also * Moved all classes from IBBoard.WarFoundry to IBBoard.WarFoundry.GTK
author IBBoard <dev@ibboard.co.uk>
date Sun, 25 Jan 2009 14:52:18 +0000
parents 1bb28f84d567
children
line wrap: on
line source

// Dialog.cs created with MonoDevelop
// User: ibboard at 20:40 14/06/2008
//
// To change standard headers go to Edit->Preferences->Coding->Standard Headers
//

using System;

namespace IBBoard.WarFoundry
{
	
	
	public partial class Dialog : Gtk.Dialog
	{
		
		public Dialog()
		{
			this.Build();
		}
	}
}