Clean code

Remove unused usings
Remove blank lines
Fix style issues
This commit is contained in:
2019-07-20 16:16:23 +02:00
parent ffb62b7737
commit 94431aebb8
44 changed files with 37 additions and 176 deletions

View File

@@ -33,7 +33,6 @@ using System.IO;
using System.Runtime.InteropServices;
using System.Security;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Text;
namespace DearFTP.Utils