private static void Print(SecurityStat value, UInt16 index) { Console.WriteLine(String.Format("SecurityStat[{0}] {1}", index, value.Value)); }
private void Print(SecurityStat value, UInt16 index) { Console.WriteLine(String.Format(_scadaDev.Name + ": SecurityStat[{0}] {1}", index, value.Value)); }