view Windows/Forms/IBBTabControl.cs @ 20:5f35edc84791

* Add translatable tab control for warfoundry:ticket:383
author IBBoard <dev@ibboard.co.uk>
date Sat, 21 Jan 2012 16:35:20 +0000
parents
children
line wrap: on
line source

// This file (IBBTabControl.cs) is a part of the IBBoard.Windows.Forms library and is copyright 2012 IBBoard.
//
// The file and the library/program it is in are licensed under the GNU LGPL license, either version 3 of the License or (at your option) any later version. Please see COPYING.LGPL for more information and the full license.

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

namespace IBBoard.Windows.Forms
{
	public class IBBTabControl : TabControl, ITranslatable
	{
	}
}