Exemplo n.º 1
0
 public bool CloseCom()
 {
     try
     {
         int r = MasterRDImprot.rf_ClosePort();
         return(r == 0 ? true : false);
     }
     catch
     {
         throw new Exception("loi6");
     }
 }