using Core.Common.Gui; using Core.Common.Gui.Forms; namespace Ringtoets.Demo { /// /// UI plugin the provides access to the demo projects for Ringtoets. /// public class DemoProjectGuiPlugin : GuiPlugin { public override IRibbonCommandHandler RibbonCommandHandler { get { return new RingtoetsDemoProjectRibbon(); } } } }