using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HZH_Controls.Controls { public class NavigationMenuItemExt : NavigationMenuItemBase { public System.Windows.Forms.Control ShowControl { get; set; } } }