using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Windows.Forms; using System.Xml; using Microsoft.CSharp; using System.CodeDom; using System.CodeDom.Compiler; using System.Runtime.CompilerServices; using System.Reflection; namespace DarkWynter.Shell { /// /// Leaf ToolStripItems which contain UserControls. /// UserControl is persistant, and invoked by selecting the corresponding ToolStripItem. /// Loads the Button property in UCAD xml. /// public class UCAD_ToolStripItem : ToolStripMenuItem { public UCAD_ToolStripItem(XmlNode node) { } } }