[Mono-list] Simple set of classes needed for Winforms.

Miguel de Icaza miguel@ximian.com
02 Nov 2002 15:02:36 -0500


Hello everyone!

   We need volunteers to implement a number of very simple classes, very
straightforward, and they will help the Windows.Forms effort, the
classes are in the System assembly in the System.ComponentModel
namespace:

	BaseConverter
	ByteConverter
	DecimalConverter
	DoubleConverter
	Int16Converter
	Int32Converter
	Int64Converter
	SByteConverter
	SingleConverter
	UInt16Converter
	UInt32Converter
	UInt64Converter

    Please post to the list if you are interested.

Miguel