Пример #1
0
 public void Start(int port)
 {
     _comms.Start(port);
 }
Пример #2
0
 public void Start()
 {
     _comms.Start();
 }