diff --git a/Class/DataReceived.cs b/Class/DataReceived.cs index 9470bad..b692efb 100644 --- a/Class/DataReceived.cs +++ b/Class/DataReceived.cs @@ -145,6 +145,10 @@ namespace SunlightAggregationTerminal.Class { InfoDetail.Info_data(val.ToString()!,data.GetValue("Type").ToString()!); } + if (data.TryGetValue("InfoMachineHistory", out val) && val != null)// + { + InfoDetail.Info_data(val.ToString()!, data.GetValue("Type").ToString()!); + } if (data.TryGetValue("InfoMachinePipes", out val) && val != null)// { InfoDetail.Info_data(val.ToString()!, "00"); diff --git a/InfoDetail.xaml b/InfoDetail.xaml index 3a4d3e0..7c11524 100644 --- a/InfoDetail.xaml +++ b/InfoDetail.xaml @@ -121,30 +121,36 @@ FontSize="22" TextColor="Black"/>