TAB3:
- Gestione fermate RT - fix lettura h2IOB
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using static MP.Data.Objects.Enums;
|
||||
|
||||
namespace MP.Data.Objects
|
||||
{
|
||||
/// <summary>
|
||||
/// Dati resoconto IOB
|
||||
/// </summary>
|
||||
public class IOB_data
|
||||
{
|
||||
#region Public Fields
|
||||
|
||||
public bool CNC_Counter { get; set; }=false;
|
||||
public string IP { get; set; } ="";
|
||||
public IobType iType { get; set; } = IobType.ND;
|
||||
public string name { get; set; } ="ND";
|
||||
public string typeCss { get; set; } = "fa fa-question-circle-o";
|
||||
|
||||
#endregion Public Fields
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user