| 12345678910111213141516 |
- using InABox.Configuration;
- using PRSDesktop.WidgetGroups;
- using System.ComponentModel;
- namespace PRSDesktop;
- public class StockForecastElement : DashboardElement<StockForecastDashboard, Warehousing, StockForecastProperties>
- {
-
- }
- public class StockForecastDashboard : StockForecastControl, IDashboardWidget<Warehousing, StockForecastProperties>
- {
- }
|