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