* Corrected small things to make Circ-git compile from within MonoDevelop
[circ.git] / Circ.Frontend.GtkSharp / Application.cs
blob3e7b0abec2d7dbba64bb04628b02a7dac6f2d6bd
2 using System;
4 namespace Circ.Frontend.GtkSharp
8 public class Application: Circ.Frontend.IApplication
10 public void QuitLoop()
12 Gtk.Application.Invoke(delegate(object sender, EventArgs e) {
13 Gtk.Application.Quit();
14 });