private static void Print(Counter value, UInt16 index) { Console.WriteLine("Counter[" + index + "] " + value.ToString()); }
private void Print(Counter value, UInt16 index) { Console.WriteLine(_scadaDev.Name + ": Counter[" + index + "] " + value.ToString()); }