Exemplo n.º 1
0
 public unsafe void CommConfigDialog()
 {
     CommunicationsConfig config = Communications.CommunicationsConfigDialog(
         @"COM4",
         Windows.GetForegroundWindow());
 }