Exemplo n.º 1
0
 public void RegisterEventHandlersForPort(IPort port)
 {
     port.PortStateChanged += (sender, state) => { Console.WriteLine("Station detected the port {0} changed its State to {1}", port.GetHashCode(), state); };
 }