Files
Mapo-IOB-WIN/IOB-UT-NEXT/Config/Special/ActionDto.cs
T

20 lines
448 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_UT_NEXT.Config.Special
{
/// <summary>
/// Configurazione speciale comportamento IOB
/// </summary>
public class ActionDto
{
/// <summary>
/// Configurazione speciale azioni in fase di setup
/// </summary>
public MachineSetupConf SetupConf { get; set; }
}
}