view Windows/Forms/IBBRadioButton.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 ac5dc16fba1f
children
line wrap: on
line source

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

namespace IBBoard.Windows.Forms
{
	public class IBBRadioButton : RadioButton, ITranslatable
	{
		//Marker class for translatable radio buttons
	}
}