Esempio n. 1
0
 protected void OnIoError(LazerTagSerial.IoErrorEventArgs e)
 {
     if (IoError != null)
     {
         IoError(this, e);
     }
 }
Esempio n. 2
0
 private void Serial_IoError(object sender, LazerTagSerial.IoErrorEventArgs e)
 {
     OnIoError(e);
 }