2022-03-29 07:23:13 -07:00

9 lines
150 B
C#

namespace APCViewer.Models.Properties;
public interface ITimePivotPage
{
List<string[]> ForIPDSF { get; }
List<string[]> ForPDSF { get; }
}