Example #1
0
        public static void UrlShow(string url)
        {
            GnomeUtil disp = new GnomeUtil(url);

            Gtk.Application.Invoke(disp, null, delegate(object sender, EventArgs args) { ((GnomeUtil)disp).Show(); });
        }
		public static void UrlShow (string url)
		{
			GnomeUtil disp = new GnomeUtil (url);
			Gtk.Application.Invoke (disp, null, delegate (object sender, EventArgs args) { ((GnomeUtil) disp).Show (); });
		}