ソースを参照

Merge branch 'master' of http://192.168.1.12:3000/maixinrong/measure

builder 8 年 前
コミット
2bb7ec5aed
1 ファイル変更0 行追加1 行削除
  1. 0 1
      Units/Connections.pas

+ 0 - 1
Units/Connections.pas

@@ -253,7 +253,6 @@ end;
 destructor TEncryptConnection.Destroy;
 begin
   Close;
-  Encrypt;
   if (FFileName <> '') and FileExists(FFileName) then
     DeleteFile(PChar(FFileName));
   inherited;