Innovenergy_trunk/csharp/Lib/StatusApi/Connections/IAc3Connection.cs

8 lines
150 B
C#
Raw Normal View History

using InnovEnergy.Lib.Units.Composite;
namespace InnovEnergy.Lib.StatusApi.Connections;
public interface IAc3Connection
{
Ac3Phase Ac { get; }
}