net6.0 Ready to test
This commit is contained in:
11
APC Viewer/Models/Properties/IPDSFPage.cs
Normal file
11
APC Viewer/Models/Properties/IPDSFPage.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace APCViewer.Models.Properties;
|
||||
|
||||
public interface IPDSFPage
|
||||
{
|
||||
|
||||
string? Directory { get; }
|
||||
int Files { get; }
|
||||
Dictionary<string, Dictionary<string, List<Shared.Logistics>>> Grouped { get; }
|
||||
List<Tuple<string[], Shared.Logistics>> Sorted { get; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user