Iniziato rename progetti: Step --> Termo.Active
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
using System.Collections.Generic;
|
||||
using static Step.Model.Constants;
|
||||
|
||||
namespace Step.Model.ConfigModels
|
||||
{
|
||||
public class HeadsConfigModel
|
||||
{
|
||||
public int Id;
|
||||
public HEAD_TYPE Type;
|
||||
public short WarningLimit;
|
||||
public short AlarmLimit;
|
||||
public bool FixedHead;
|
||||
|
||||
public Dictionary<string, string> LocalizedNames { get; set; }
|
||||
}
|
||||
}
|
||||
using static Termo.Active.Model.Constants;
|
||||
|
||||
namespace Termo.Active.Model.ConfigModels
|
||||
{
|
||||
public class HeadsConfigModel
|
||||
{
|
||||
public int Id;
|
||||
public HEAD_TYPE Type;
|
||||
public short WarningLimit;
|
||||
public short AlarmLimit;
|
||||
public bool FixedHead;
|
||||
|
||||
public Dictionary<string, string> LocalizedNames { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user