Transmitter |
public Transmitter5()
using SwissDecTX; // ... try { var tx = new Transmitter5(); // TODO: Set the Url and certificates if needed // TODO: Use the transmitter... } catch (Exception ex) { MessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); }