public Transmitter5()Public Sub Newpublic:
Transmitter5()SwissDecTX.Transmitter5 = function(); 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);
}