public void Start() { communicator = new UdpCommunicator(); communicator.DataReceived += Communicator_DataReceived; communicator.Start(Address, Port); }
public void Start() { communicator = new UdpCommunicator (); communicator.DataReceived += Communicator_DataReceived; communicator.Start (Address, Port); }