Files
metclimatec/Adaptation/Shared/Properties/IDescription.cs
phares@iscn5cg20977xq f34ad07840 Infineon.EAF.Runtime v2.60.0
Switched to xml for InfinityQS export
2025-08-25 13:16:28 -07:00

11 lines
168 B
C#

namespace Adaptation.Shared.Properties;
public interface IDescription
{
int Test { get; }
int Count { get; }
int Index { get; }
string RDS { get; }
}