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