|
@ -263,7 +263,8 @@ namespace SunlightCentralizedControlManagement_SCCM_.ViewModel |
|
|
{ |
|
|
{ |
|
|
Dictionary<string, object> dat_829 = new Dictionary<string, object>(); |
|
|
Dictionary<string, object> dat_829 = new Dictionary<string, object>(); |
|
|
dat_829.Clear(); |
|
|
dat_829.Clear(); |
|
|
dat_829.Add("LOCK", "True"); |
|
|
dat_829.Add("NAME", "LOCK"); |
|
|
|
|
|
dat_829.Add("VALUE", "True"); |
|
|
DataRow drEmployee = Machines.Select("ID='" + i + "'").First(); |
|
|
DataRow drEmployee = Machines.Select("ID='" + i + "'").First(); |
|
|
int index = Convert.ToInt16(drEmployee.Field<object>("ID")); |
|
|
int index = Convert.ToInt16(drEmployee.Field<object>("ID")); |
|
|
stringQueue.Enqueue(new QueueString |
|
|
stringQueue.Enqueue(new QueueString |
|
|