www.pudn.com > TFTPUtil_Source_Version_1.3.0.zip > TFTPServerProcessContainer.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace TFTPUtil
{
class TFTPServerProcessContainer
{
public TFTPServerProcess process = null;
public System.Threading.Thread thread = null;
public System.Threading.ThreadStart threadStart = null;
}
}