using InABox.Core; using InABox.Wpf; using PRSDesktop.WidgetGroups; namespace PRSDesktop; public class CompletedFormsPanel : DashboardContainerPanel<DigitalFormsDashboard, Common, DigitalFormsDashboardProperties>, IPanel<DigitalForm> { }