WidgetDashboardDataModel.cs 207 B

1234567891011
  1. using System.Collections.Generic;
  2. using InABox.Core;
  3. namespace PRSDesktop
  4. {
  5. public class WidgetDashboardDataModel : DataModel
  6. {
  7. public override string Name => "Widget Dashboard";
  8. }
  9. }