9 lines
150 B
C#
9 lines
150 B
C#
namespace APCViewer.Models.Properties;
|
|
|
|
public interface ITimePivotPage
|
|
{
|
|
|
|
List<string[]> ForIPDSF { get; }
|
|
List<string[]> ForPDSF { get; }
|
|
|
|
} |