Exemplo n.º 1
0
 private void rfidError(object sender, Phidgets.Events.ErrorEventArgs e)
 {
     print("ERROR: " + e.Description);
 }
Exemplo n.º 2
0
 static void ir_Error(object sender, Phidgets.Events.ErrorEventArgs e)
 {
     Console.WriteLine(e.Description);
 }