LicenseTrackingItemGrid.cs 386 B

1234567891011121314151617
  1. using System.Collections.Generic;
  2. using System.Linq;
  3. using System.Threading.Tasks;
  4. using System.Windows;
  5. using InABox.Client.Remote.Json;
  6. using InABox.Clients;
  7. using InABox.Core;
  8. using InABox.DynamicGrid;
  9. using PRS.Shared;
  10. using RestSharp;
  11. namespace PRSServer.Forms.DatabaseLicense
  12. {
  13. public class LicenseTrackingItemGrid : DynamicItemsListGrid<LicenseTrackingItem>
  14. {
  15. }
  16. }