예제 #1
0
 private void ForwardErrorEvents(object src, SerialErrorEventArgs e)
 {
     if( ErrorEvent != null )
         ErrorEvent( this, e );
 }