• 大小: 1.54M
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2024-04-24
  • 语言: C#
  • 标签: 多线程  线程  图片  

资源简介

一个多线程传图片的例子,不会卡死

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace WindowsFormsApplication1
{
    public class FileRecordInfo
    {
        public string Key { get; set; }
        public string Msg { get; set; }
    }
}

评论

共有 条评论