初始化上传
This commit is contained in:
17
常用工具集/Utility/EventBus/FileDownloadEvent.cs
Normal file
17
常用工具集/Utility/EventBus/FileDownloadEvent.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Weiz.EventBus.Core;
|
||||
|
||||
namespace MaiFu.Utility.EventBus
|
||||
{
|
||||
public class FileDownloadEvent : IEvent
|
||||
{
|
||||
public int What;
|
||||
public long TotalLength { get; set; }
|
||||
|
||||
public long Current { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user