//-----------------------------------------------------------------------------
// wx.NET/Utils - WxToggleButtonObject.cs
//
// wx.NET "WxToggleButtonObject".
//
// Written by Alexander Olk (xenomorph2@onlinehome.de)
// (C) 2004 Alexander Olk
// Licensed under the wxWidgets license, see LICENSE.txt for details.
//
// $Id: WxToggleButton.cs,v 1.2 2004/06/08 05:10:01 t9mike Exp $
//-----------------------------------------------------------------------------
using System;
using System.Xml;
using System.Collections;
using System.Collections.Specialized;
namespace wx.ToWxNet{
public class WxToggleButtonObject : WxObjectBase
{
public void GenerateCSharpCode()
{
}
}
}
|