Ejemplo n.º 1
0
 public CommsProcessor(CommsInterface iface)
 {
     _iface = iface;
     _iface.CommsReceived += _iface_Received;
 }
Ejemplo n.º 2
0
 public CommsProcessor(CommsInterface iface)
 {
     _iface = iface;
     _iface.CommsReceived += _iface_Received;
 }