AUCMA_SCADA/Aucma.Core.RunPlc/IRunPlcService.cs

9 lines
115 B
C#

namespace Aucma.Core.RunPlc
{
public interface IRunPlcService
{
Task StartPlcAsync();
}
}