www.pudn.com > CSharpTFTPClient1[1].0.0.0.zip > TFTPFrmUI.cs


using System; 
using System.Windows.Forms; 
using System.Collections.Generic; 
using System.Text; 
 
namespace TFTPClient 
{ 
    public partial class TFTPFrm : Form 
    { 
 
 
        //private void InitializeComponent() 
        //{ 
        //    this.SuspendLayout(); 
        //    //  
        //    // TFTPFrm 
        //    //  
        //    this.ClientSize = new System.Drawing.Size(292, 273); 
        //    this.Name = "TFTPFrm"; 
        //    this.Load += new System.EventHandler(this.TFTPFrm_Load); 
        //    this.ResumeLayout(false); 
 
        //} 
 
        //private void TFTPFrm_Load(object sender, EventArgs e) 
        //{ 
 
        //} 
    } 
}