コード例 #1
0
ファイル: Connection.cs プロジェクト: KubbyDev/ClientFTP
 public static void Close()
 {
     client.Disconnect();
     client = null;
 }