// created on 12.06.2005 at 14:21
using System;
using Gnome;
using GnomeSharp;

namespace VinoTray
{
	public class VinoTray : Program
	{
		public VinoTray () : base ("ChangeMe", "0.1", Gnome.Modules.Info, new string[0])
		{
		}
	}
}
