view Dialog.cs @ 3:6e6284a43843

Fixes #7 * Add translations and DTDs * Don't deploy as MonoDevelop doesn't deploy folder structures and just puts the files in the root dir
author IBBoard <dev@ibboard.co.uk>
date Tue, 23 Dec 2008 20:29:09 +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();
		}
	}
}