CylinderExecute.cs
380 Bytes
using HaHRCS.Rcs.Executor.PLC;
using HaHRCS.Rcs.Model.Entities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Rcs.Executor.PLC
{
public class CylinderExecute : StationExecute
{
public CylinderExecute(EquipmentType equipmentType) : base(equipmentType)
{
}
}
}