FluentFTP 추가

This commit is contained in:
2018-01-02 01:12:03 +09:00
parent ff43fbd1f4
commit 663d2977ed
30 changed files with 19114 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace FluentFTP
{
internal class IntRef
{
public int Value;
}
}