Beispiel #1
0
 public CommsProcessor(CommsInterface iface)
 {
     _iface = iface;
     _iface.CommsReceived += _iface_Received;
 }
Beispiel #2
0
 public CommsProcessor(CommsInterface iface)
 {
     _iface = iface;
     _iface.CommsReceived += _iface_Received;
 }