WIP
Added new library with maintenances counters Added maintenances thread
This commit is contained in:
@@ -65,7 +65,10 @@ namespace Step.Config
|
||||
LocalizedNames = x.Element("localizedNames").Elements().ToDictionary( // Read names list
|
||||
y => y.Attribute("langKey").Value, y => y.Value
|
||||
),
|
||||
count = Convert.ToInt32(x.Element("interval").Value)
|
||||
Intervall = TimeSpan.FromHours(Convert.ToDouble(x.Element("interval").Value)),
|
||||
Deadline = DateTime.Parse(x.Element("deadline").Value),
|
||||
Type = x.Element("type").Value,
|
||||
CouterId = Convert.ToInt32(x.Element("counterId").Value)
|
||||
}
|
||||
)
|
||||
.ToList();
|
||||
|
||||
Reference in New Issue
Block a user