Files
AutoSeller/FluentFTP/Helpers/IntRef.cs
2018-01-02 01:12:03 +09:00

12 lines
159 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace FluentFTP
{
internal class IntRef
{
public int Value;
}
}