view Windows/Forms/IBBLabel.cs @ 1:258ef411e698

Remove Tag property that has been added in .Net 2.0 no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sat, 27 Dec 2008 18:32:23 +0000
parents d860e2c49f43
children 1acdb0aff4a7
line wrap: on
line source

using System;
using System.Windows.Forms;
using IBBoard.Lang;

namespace IBBoard.Windows.Forms
{
	/// <summary>
	/// Summary description for IBBLabel.
	/// </summary>
	public class IBBLabel : Label, ITranslatable
	{
	}
}