Mercurial > repos > IBBoard.WarFoundry.GUI.GTK
annotate 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 |
rev | line source |
---|---|
0 | 1 // Dialog.cs created with MonoDevelop |
2 // User: ibboard at 20:40 14/06/2008 | |
3 // | |
4 // To change standard headers go to Edit->Preferences->Coding->Standard Headers | |
5 // | |
6 | |
7 using System; | |
8 | |
9 namespace IBBoard.WarFoundry | |
10 { | |
11 | |
12 | |
13 public partial class Dialog : Gtk.Dialog | |
14 { | |
15 | |
16 public Dialog() | |
17 { | |
18 this.Build(); | |
19 } | |
20 } | |
21 } |