Exemple #1
0
 private static void Print(FrozenCounter value, UInt16 index)
 {
     Console.WriteLine("FrozenCounter[" + index + "] " + value.ToString());
 }
Exemple #2
0
 private void Print(FrozenCounter value, UInt16 index)
 {
     Console.WriteLine(_scadaDev.Name + ": FrozenCounter[" + index + "] " + value.ToString());
 }