view Windows/Forms/IBBToolStripMenuItem.cs @ 21:031354c2a34c default tip

* Add Hyperlink that does sensible stuff by default
author IBBoard <dev@ibboard.co.uk>
date Sat, 19 May 2012 16:45:19 +0100
parents d052bc59cb22
children
line wrap: on
line source

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
using IBBoard.Lang;

namespace IBBoard.Windows.Forms
{
	public partial class IBBToolStripMenuItem : ToolStripMenuItem, ITranslatable
	{
		//Marker interface for translation
	}
}