123456789101112131415161718 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Threading.Tasks;
- using System.Windows;
- using InABox.Client.Remote.Json;
- using InABox.Clients;
- using InABox.Core;
- using InABox.DynamicGrid;
- using PRS.Shared;
- using RestSharp;
- namespace PRSServer.Forms.DatabaseLicense
- {
- public class LicenseTrackingItemGrid : DynamicItemsListGrid<LicenseTrackingItem>
- {
- }
- }
|