view Windows/Forms/IBBLabel.cs @ 0:d860e2c49f43

Initial commit of IBBoard libraries
author IBBoard <dev@ibboard.co.uk>
date Fri, 19 Dec 2008 11:13:48 +0000
parents
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
	{
	}
}