summaryrefslogtreecommitdiff
path: root/quellcode/demo1/Controller/Main.cs
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2014-03-31 16:53:55 +0200
committerManuel Traut <manut@mecka.net>2014-03-31 16:53:55 +0200
commit1adba473e6917b227e1b0a1118148101dca202e7 (patch)
tree13180ede9564ba50c528b274ee5719b4e030ef06 /quellcode/demo1/Controller/Main.cs
parenteacbf5bb4d57af21c731f41251015d3b991ad490 (diff)
add quellcodeHEADmaster
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'quellcode/demo1/Controller/Main.cs')
-rwxr-xr-xquellcode/demo1/Controller/Main.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/quellcode/demo1/Controller/Main.cs b/quellcode/demo1/Controller/Main.cs
new file mode 100755
index 0000000..b07e1ed
--- /dev/null
+++ b/quellcode/demo1/Controller/Main.cs
@@ -0,0 +1,17 @@
+// project created on 12/15/2006 at 11:25 AM
+using System;
+using Gtk;
+
+namespace Controller
+{
+ class MainClass
+ {
+ public static void Main (string[] args)
+ {
+ Application.Init ();
+ MainWindow win = new MainWindow ();
+ win.Show ();
+ Application.Run ();
+ }
+ }
+} \ No newline at end of file