* Shop + Plugin is now functionnal, sample Plugin provided to connect to the default...
[circ.git] / Circ.Frontend.GtkSharp / Main.cs
blob73ca5677ed395c911858124dbb1cb4ad064baa89
1 // project created on 13/03/2007 at 18:52
2 using System;
3 using Gtk;
5 namespace Circ.Backend.GtkSharp
7 class MainClass
9 public static void Main (string[] args)
11 Application.Init ();
12 MainWindow win = new MainWindow ();
13 win.Show ();
14 Application.Run ();