Exemplo n.º 1
0
		public static Gtk.Window Show (Gtk.Window parent, SetupService service)
		{
			AddinManagerDialog dlg = new AddinManagerDialog (parent, service);
			InitDialog (dlg);
			if (parent == null) {
				dlg.SetPosition (Gtk.WindowPosition.Center);
			}
			dlg.Show ();
			return dlg;
		}