Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.GTK
diff Dialog.cs @ 0:1bb28f84d567
Initial commit of WarFoundry code
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 19 Dec 2008 15:57:51 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Dialog.cs Fri Dec 19 15:57:51 2008 +0000 @@ -0,0 +1,21 @@ +// 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(); + } + } +}