• λ我爱Aspx >> Asp.Net >> 用Visual C#实现文件下载
  • 用Visual C#实现文件下载

  • :未知  Դ:internet  :2007-5-20 16:43:54  ؼ:c#
  • ///

    /// 必需的设计器变量。

    ///

    private System.ComponentModel.Container components = null;

    public Form1()

    {

    //

    // Windows 窗体设计器支持所必需的

    //

    InitializeComponent();

    //

    // TODO: 在 InitializeComponent 调用后添加任何构造函数代码

    //

    }

    ///

    /// 清理所有正在使用的资源。

    ///

    protected override void Dispose( bool disposing )

    {

    if( disposing )

    {

    if (components != null)

    {

    components.Dispose();

    }

    }

    base.Dispose( disposing );

    }

    #region Windows Form Designer generated code

    ///

    /// 设计器支持所需的方法 - 不要使用代码编辑器修改

    /// 此方法的内容。

    ///

    private void InitializeComponent()

    {

    this.label1 = new System.Windows.Forms.Label();

    this.label2 = new System.Windows.Forms.Label();

    Ҷƪл˵?
  • һƪ用C#读取图片的EXIF信息的方法
    һƪ使用C#调用外部Ping命令获取网络连接情况