Mercurial > repos > IBBoard.WarFoundry.GUI.GTK
annotate 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 |
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 } |